Hi all
I've been MSXML, and am switching over to xerces and xalan, and I was just wondering if their is an equivilant to the msxml call:
msxml2.IXMLDOMNodeList objNodeList = objDOM.selectNode...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20265572.htm...
Zones:
XMLDate Answered: 02/20/2002 Grade: A Views: 13
Hi,
I want to ignore white spaces while parsing an XML Source.
Example:
<NODE12>
<NODE21/>
<NODE22/>
</NODE12>
The Node value for TEXTNODE for NODE12, is the following ASCI...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20558369.htm...
Zones:
XMLDate Answered: 03/21/2003 Grade: A Views: 0
Hello everybody,
I have a problem with the parser and I am not sure whether it is a bug or I am doing something wrong.
The XML Schema defines a field like this:
<xsd:element name="some-f...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20787395.htm...
Zones:
XML,
XHTMLDate Answered: 11/06/2003 Grade: A Views: 4
I am a beginnner to .NET and C++, but I need to develop an application which uses the XML parsing functionality of Xerces (or some other XML Lib).
I have downloaded the source and binary release...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20867091.html
Zones:
.NETDate Answered: 02/08/2004 Grade: A Views: 0
Hello,
i am trying to find an XML parser for my game,
i will be using a xml file for loading setting, item info, equipment info, and such
Requirements
* Simple
* VS6 or VS.Net
* No dll to...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20888781.html
Zones:
C++Date Answered: 02/22/2004 Grade: B Views: 0
Hello one of my application that I have installed requires teh XML::Xerces module .I downloaded the module form the cpan org
http://cpan.uwinnipeg.ca/module/XML%3A%3AXerces
and followed the i...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21074726.html
Zones:
Perl,
XHTMLDate Answered: 09/06/2004 Grade: A Views: 0
hello i run a query on SQLServer where the output gets returned as XML (with the 'AS XML RAW' directive )
one of the characters in the output is a ¥ (japanese jen sign) and it throws a
"Charac...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21175057.html
Hi experts,
I recently installed xerces in order to parse xml files.
However, I wasn't able to use it, yet.
I am using win xp, visual studio .net
I did the following:
1. Unzipped it to c:\xerc...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21243492.htm...
Zones:
Windows MFCDate Answered: 12/17/2004 Grade: A Views: 0
Hi experts,
I need to read and output some XML and so I decided to use the Xerces DOM implementation to do so.
At the moment all my classes overload ostream and istream. I would like to keep the ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21246500.htm...
Zones:
Windows MFCDate Answered: 01/11/2005 Grade: B Views: 0
I am trying to include header files in my code...
#include <xerces/util/XMLUni.hpp>
In order to include these files, do I set the PATH variable where they are located or the LD_LIBRARY_PATH?
...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21264586.html