| Author |
Xml parsers
|
A Kumar
Ranch Hand
Joined: Jul 04, 2004
Posts: 973
|
|
Hi, If i were to create a custom xml parser.. what are the rules to be followed and what languages can i make use of?? Regards
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12324
|
|
Rules for XML documents: The W3C is a good place to start. Languages: Any language that makes handling characters and character streams easy. Extra points if it can handle UNICODE. Historically speaking, Java was used by the pioneers in the XML parser biz. Bill
|
Java Resources at www.wbrogden.com
|
 |
A Kumar
Ranch Hand
Joined: Jul 04, 2004
Posts: 973
|
|
|
Thanks William !!!
|
 |
 |
|
|
subject: Xml parsers
|
|
|