RE: writing a DOM tree directly to a file

2003-07-21 Thread Mandeep Singh Bhatia
Hi Georgios, I have tested in sample and it works fine there. Don't know if there are some extra settings or something which i am missing. Well file properties is not the problem as I can just give a file name at some path to LocalFileFormatTarget and the file will be created. In my case, file

RE: writing a DOM tree directly to a file

2003-07-21 Thread Kasapoglou Georgios
Hello Mandeep, I use the code delow and it works just fine. Check this out. If it still doesn;t work then check from the file properties, when was the last modification, in case you wrote a wrong path. --

DO NOT REPLY [Bug 18611] - Scanner permits some invalid character references.

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18611] - Scanner permits some invalid character references.

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18611] - Scanner permits some invalid character references.

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21780] New: - Surrogate characters mishandled by SAXPrint and SAX2Print.

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21573] - Docs claim AIX5.1 distribution built with 5.02 but distribution built with 6.0

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 16933] - All error messages null in SAX and DOM parsers

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

writing a DOM tree directly to a file

2003-07-21 Thread Mandeep Singh Bhatia
Hi, I am writing a DOM tree to a file. Have a look at this code snippet: SomeFn () { ... // SOme code // writing to test1.xml, the tree represented by root. myFormTarget = new LocalFileFormatTarget("C:\\Mandeep\\Xerces\\samples\\DOMPrint\\test1.xml");

Re: SV:Querying an XML File

2003-07-21 Thread Gareth Reakes
It is, http://xml.apache.org/xerces-c/faq-other.html#faq-9 Gareth On Mon, 21 Jul 2003, David J Craigon wrote: > Surely this is an FAQ by now! Any chance of adding it to the web site? > > David > > > Gareth Reakes wrote: > > Hi, > > > > On 21 Jul 2003, Gröndal Daniel wrote: > > > > > >

Re: SV:Querying an XML File

2003-07-21 Thread David J Craigon
Surely this is an FAQ by now! Any chance of adding it to the web site? David Gareth Reakes wrote: Hi, On 21 Jul 2003, Gröndal Daniel wrote: Hi! That's a thing for Xalan. I do it that way. First I use Xerces (DOM) to do some stuff and then I wrap the DOM-tree and pass it to Xalan. Or Pathan

SV:Re: SV:Querying an XML File

2003-07-21 Thread Gröndal Daniel
Hi! I forgot, but that's true. //daniel Gareth Reakes (2003-07-21 11:18): >Hi, > >On 21 Jul 2003, Gröndal Daniel wrote: > > >> Hi! >> >> That's a thing for Xalan. I do it that way. First I use Xerces (DOM) to do some >> stuff and then I wrap the DOM-tree and pass it to Xalan. > >Or Pathan (so

SV:RE: linkproblems

2003-07-21 Thread Gröndal Daniel
Hi! As one could expected I was doing something wrong even though not that obvious this time ;-) I realized that the good old "RTFM" might be something for me. After some serious digging I finally realized this: The Xerces/Xalan shared library depends on some stuff in STL but these symbols are n

Re: SV:Querying an XML File

2003-07-21 Thread Gareth Reakes
Hi, On 21 Jul 2003, Gröndal Daniel wrote: > Hi! > > That's a thing for Xalan. I do it that way. First I use Xerces (DOM) to do some > stuff and then I wrap the DOM-tree and pass it to Xalan. Or Pathan (software.decisionsoft.com) which is an XPath module for xerces-c. Gareth -- Gareth Reake

SV:Querying an XML File

2003-07-21 Thread Gröndal Daniel
Hi! That's a thing for Xalan. I do it that way. First I use Xerces (DOM) to do some stuff and then I wrap the DOM-tree and pass it to Xalan. More or less like this: try { XMLPlatformUtils::Initialize(); } catch (const XMLException& toCatch) { char* message = XMLString::