XML Parser

D

Daniel Shin

Hi all,

Can anyone recommend a good but free XML parser running on Windows XP?
I am currently using XML Spy which will be expired soon. Your kind
help and adivse will be highly appreciated.

Daniel
 
M

Martin Honnen

Daniel Shin wrote:

Can anyone recommend a good but free XML parser running on Windows XP?

Windows XP comes with IE 6 which comes with MSXML 3, Microsoft's COM
based software package for XML which allows you to parse XML, do XSLT
1.0 and XPath 1.0 from C++, VB, JScript, VBScript and other languages
allowing to instantiate COM objects/interfaces.
You can also install the next version, MSXML 4, after dowloading it from
http://msdn.microsoft.com/, which has XML schema support and improved
XSLT peformance.
Documentation is here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/anch_xmlprod.asp

And there are other XML parsers, check xml.apache.org for instance for
Xerces C and Xerces Java.
 
D

Daniel Shin

Hi all,

Can anyone recommend a good but free XML parser running on Windows XP?
I am currently using XML Spy which will be expired soon. Your kind
help and adivse will be highly appreciated.

Daniel

In fact, I was looking for an XML editor like XML Spy or XMLWriter XML Editor.

Thanks,

Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,233
Members
46,820
Latest member
GilbertoA5

Latest Threads

Top