Hello all together,
can somebody tell me what the following code does (see questions in the
commment)
XMLCh tempStr[100];
XMLString::transcode("LS", tempStr, 99);
/*for what stands "LS" ?? and why can't i use "*" , what is also possible
according to
http://old.hki.uni-koeln.de/teach/ws0506/hs/tag7/xerces-c.pdf ?
Is there an document which i can read and it told me all options, and when
i can use it ?*/
DOMImplementation *impl =
DOMImplementationRegistry::getDOMImplementation(tempStr);
DOMBuilder* parser =
((DOMImplementationLS*)impl)->createDOMBuilder(DOMImplementationLS::MODE_SYNCHRONOUS,
0);
Thanks David