Results 1 to 5 of 5
Hello,
how can I get an XML Parser like the msxml one?
The current parser doesn't show the data with tree view and furthermore I can't use the xsl technology ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-22-2003 #1Just Joined!
- Join Date
- Sep 2003
- Location
- Greece
- Posts
- 10
XML Parser
Hello,
how can I get an XML Parser like the msxml one?
The current parser doesn't show the data with tree view and furthermore I can't use the xsl technology to set stylesheet to my data.
What can I do?
- 09-22-2003 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
what language?
IIRC C has no libary for XML parsing, but C++ does.
Jason
- 09-22-2003 #3Just Joined!
- Join Date
- Sep 2003
- Location
- Greece
- Posts
- 10
I want everytime I open an xml file with my browser to view the data with tree structure. Also I want the parser to execute the xsl trasformations.
The current xml parser just displays the data.
I don't know where the current parser is located.
I don't know if I have to use a specific language parser.
I'm looking for something more general.
In Windows the parser is on this file:
C:\WINDOWS\SYSTEM\msxmlc.dll
Is something like the the above that I can install to my linux?
- 10-01-2003 #4Just Joined!
- Join Date
- Apr 2003
- Location
- Australia & England
- Posts
- 75
What browser are you using?
I use Firebird and I can open an xml document and it displays the tree, as there is no style associated with it. If I attach a stylesheet to the xml document, then it is parsed correctly.
- 10-02-2003 #5Just Joined!
- Join Date
- Sep 2003
- Location
- Greece
- Posts
- 10
OK, i will try Firebird.
I currently use Opera and the default KDE browser.


Reply With Quote
