RE: external entity sample : errors is coming all the times !!

2001-06-06 Thread Arnold, Curt
Xerces-C does pass the NIST DOM tests which makes extensive use of external entities. The problem seems to be that you are basing your expectations of Xerces not on the XML recommendation, but on the non-standard behavior of another processor. It is okay for a processor to recognize "iso-8859-

RE: external entity sample : errors is coming all the times !!

2001-06-06 Thread Awasthi, Anand
but same encoding scheme works fine at other place. does Xerces support External Entity or not ?? -Original Message- From: Arnold, Curt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 5:16 PM To: '[EMAIL PROTECTED]' Subject: RE: external entity sample : errors is coming all

RE: external entity sample : errors is coming all the times !!

2001-06-06 Thread Arnold, Curt
> > > > The XML Declaration must be the VERY FIRST THING in your > document, except > possibly for a byte-order mark. Remove the leading whitespace. > > (See http://www.w3.org/TR/REC-xml, look at [1] and [22], > note that neither > permits an S (whitespace) before the XMLDecl.) Whi

Re: external entity sample : errors is coming all the times !!

2001-06-06 Thread Joseph_Kesselman
> The XML Declaration must be the VERY FIRST THING in your document, except possibly for a byte-order mark. Remove the leading whitespace. (See http://www.w3.org/TR/REC-xml, look at [1] and [22], note that neither permits an S (whitespace) before the XMLDecl.) -

external entity sample : errors is coming all the times !!

2001-06-06 Thread Awasthi, Anand
Hi, I am trying to test external entity support in Xerces. i used following files as input for my test : input xml: Worker Four &writer;©right; [EMAIL PROTECTE

does Xerces C support external entity validation ??

2001-06-06 Thread Awasthi, Anand
-Original Message- From: Dean Roddey [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 03, 2001 4:01 PM To: [EMAIL PROTECTED] Subject: Re: how to parse remote XML files ?? You can write an InputSource/BinInStream derivate of your own that can pull down documents via whatever protocol you w

RE: generate XML from DOM tree ??

2001-06-06 Thread Aldrich, Tim
take a look at the DOMPrint Sample ... you have to use XMLFormatter and overload the << operator Timothy R Aldrich CREDIT | FIRST SUISSE | BOSTON Global Web Services (NYC) Voice: (212) 325-8652 Fax:(212) 325-9596 E-mail: mailto:[EMAIL PROTECTED] Pager:

RE: generate XML from DOM tree ??

2001-06-06 Thread Jesse Pelton
Check out the DOMPrint sample. -Original Message- From: anand awasthi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 1:14 PM To: [EMAIL PROTECTED] Subject: generate XML from DOM tree ?? Hi, I want to convert DOM tree into XML. i want to be able to get target output(XML) bot

RE: generate XML from DOM tree ??

2001-06-06 Thread Dean Roddey
Look at the DOMPrint example. -- Dean Roddey Software Geek Extraordinaire Portal, Inc [EMAIL PROTECTED] -Original Message- From: anand awasthi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 10:14 AM To: [EMAIL PROTECTED] Subject: generate XML from DOM tree ?? H

generate XML from DOM tree ??

2001-06-06 Thread anand awasthi
Hi, I want to convert DOM tree into XML. i want to be able to get target output(XML) both in form of an string and file stream. could some pls provide some sample code to begin with ?? thanks Oni __ Do You Yahoo!? Get personalized email address

Re: port of Xerces for OS/390 classic (not unix-OS/390)

2001-06-06 Thread James Berry
There is a tool checked into the Xerces source tree (ShortenFiles.pl, I think) that knows how to truncate file names (and fix up includes) for older Mac OS systems that have a 31-character file name limit. You might be able to adapt this tool for your use with OS/390, and simply change the length

port of Xerces for OS/390 classic (not unix-OS/390)

2001-06-06 Thread Christoffer Dam Bruun
Hi, I have been given the task of finding an Open Source validating(XML-schema) XML parser to be used as part of a custom cross-platform program running on win32, AIX and OS/390. Xerces fits the requirement perfect, leaving me with the job of porting it to OS/390. I have looked at IBM alphawor

RE: Special character coding

2001-06-06 Thread mark . mcmahon
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Strange that DOMPrint screws it up. I tested a small piece of my > roget.xml against SAXPrint, SAX2Print, and DOMPrint. DOMPrint got it > wrong, the other two got it correct. > > $ DOMPrint -v=auto /tmp/tst.xml > > ... > > > L

Re: stdlib

2001-06-06 Thread Peter A. Volchek
Same for BinHTTPURLInputStream.cpp > Please, add #include to > \util\Platforms\Win32\Win32PlatformUtils.cpp > > Win32PlatformUtils.cpp > ..\util\Platforms\Win32\Win32PlatformUtils.cpp(164) : error C2065: 'exit' : > undeclared identifi > er > NMAKE : fatal error U1077: 'cl' : return code '0x2'

stdlib

2001-06-06 Thread Peter A. Volchek
Please, add #include to \util\Platforms\Win32\Win32PlatformUtils.cpp Win32PlatformUtils.cpp ..\util\Platforms\Win32\Win32PlatformUtils.cpp(164) : error C2065: 'exit' : undeclared identifi er NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. -- Peter A. Volc

Re: [Libraries ?]

2001-06-06 Thread kiuma
Bogdan Hodorog <[EMAIL PROTECTED]> wrote: > *This message was transferred with a trial version of CommuniGate(tm) Pro* > From where can I get libraries for borland C++ compilers? > > -- > Best regards, > Bogdan > mailto:[EMAIL PROTECTED] > > > > ---

Libraries ?

2001-06-06 Thread Bogdan Hodorog
*This message was transferred with a trial version of CommuniGate(tm) Pro* >From where can I get libraries for borland C++ compilers? -- Best regards, Bogdan mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED