Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » DomImplementation based on schemas
DomImplementation based on schemas [message #51824] Mon, 30 August 2004 20:03 Go to next message
Eclipse UserFriend
Originally posted by: gabyp.pormexico.com

Hello!

I am trying to create a XML Document, I am using
DOMImplementation::createDocument class,
I use C++,DOM api and I am using schemas. I have this:

DOMDocumentImp* xmlDocImpl;
DOMDocument* xmlDoc;
DOMDocumentType * xmlDocType;

xmlDoc = xmlDocImpl->createDocument("xmlns=http://www.xml.org/2001/Schema",
"xmlns:SBG="http://www.xml.com/SBGEs",
xmlDocType);

this is wrong but I don't know why.. What could I do?

any ideas?

I hope someone can help me.
Thanks

Gabriela P.
Re: DomImplementation based on schemas [message #51851 is a reply to message #51824] Mon, 30 August 2004 20:18 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Gabriela,

This newsgroup is for the XSD model. We can't answer questions about C++.


Gabriela Perez wrote:

> Hello!
>
> I am trying to create a XML Document, I am using
> DOMImplementation::createDocument class,
> I use C++,DOM api and I am using schemas. I have this:
>
> DOMDocumentImp* xmlDocImpl;
> DOMDocument* xmlDoc;
> DOMDocumentType * xmlDocType;
>
> xmlDoc =
> xmlDocImpl->createDocument("xmlns=http://www.xml.org/2001/Schema",
> "xmlns:SBG="http://www.xml.com/SBGEs",
> xmlDocType);
>
> this is wrong but I don't know why.. What could I do?
>
> any ideas?
>
> I hope someone can help me.
> Thanks
>
> Gabriela P.
Re: DomImplementation based on schemas [message #591134 is a reply to message #51824] Mon, 30 August 2004 20:18 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Gabriela,

This newsgroup is for the XSD model. We can't answer questions about C++.


Gabriela Perez wrote:

> Hello!
>
> I am trying to create a XML Document, I am using
> DOMImplementation::createDocument class,
> I use C++,DOM api and I am using schemas. I have this:
>
> DOMDocumentImp* xmlDocImpl;
> DOMDocument* xmlDoc;
> DOMDocumentType * xmlDocType;
>
> xmlDoc =
> xmlDocImpl->createDocument("xmlns=http://www.xml.org/2001/Schema",
> "xmlns:SBG="http://www.xml.com/SBGEs",
> xmlDocType);
>
> this is wrong but I don't know why.. What could I do?
>
> any ideas?
>
> I hope someone can help me.
> Thanks
>
> Gabriela P.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:DomImplementation based on schemas
Next Topic:test editor source
Goto Forum:
  


Current Time: Fri Apr 19 20:14:50 GMT 2024

Powered by FUDForum. Page generated in 0.02978 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top