DomImplementation based on schemas [message #51824] |
Mon, 30 August 2004 20:03 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Ed Merks Messages: 33264 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/
|
|
|
Powered by
FUDForum. Page generated in 0.03846 seconds