[
Lists Home |
Date Index |
Thread Index
]
- From: "Muralidhar Devarapalli" <devarapalli@hotmail.com>
- To: xml-dev@ic.ac.uk
- Date: Mon, 24 Jan 2000 07:23:57 PST
You can use sun's XML parser to parse XML documents. Have a look at
http://www.developerlife.com
You can find some useful tutorials here. You can go for either SAX or DOM
parser depending on your requirements.
if you want to convert XML into HTML, use stylesheet processor. Have a look
at Apache's Xerces and Xalan projects( http://xml.apache.org )
- Murali Devarapalli
>From: "Martin Lilienthal" <archiver@db.geocrawler.com>
>Reply-To: "Martin Lilienthal" <archiver@db.geocrawler.com>
>To: xml-dev@ic.ac.uk
>Subject: Java XML-Parser
>Date: Sun, 23 Jan 2000 10:44:37 -0800
>
>This message was sent from Geocrawler.com by "Martin Lilienthal"
><webmaster@webdesign4free.de>
>Be sure to reply to that address.
>
>Hi,
>
>we need a stable XML-Parser for Apache 1.3.9. We
>want to generate XML-code with Servlets. That
>code should be converted to HTML on the fly....
>
>(What we want do is called a Three tier
>webapplication... I think...).
>
>What about the Apache xml parser? Is it stable
>enough..?
>
>thanks in advance
>
>Martin Lilienthal
>
>
>Geocrawler.com - The Knowledge Archive
>
>xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
>Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN
>981-02-3594-1
>Unsubscribe by posting to majordom@ic.ac.uk the message
>unsubscribe xml-dev (or)
>unsubscribe xml-dev your-subscribed-email@your-subscribed-address
>
>Please note: New list subscriptions now closed in preparation for transfer
>to OASIS.
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Unsubscribe by posting to majordom@ic.ac.uk the message
unsubscribe xml-dev (or)
unsubscribe xml-dev your-subscribed-email@your-subscribed-address
Please note: New list subscriptions now closed in preparation for transfer to OASIS.
|