Eclipse Configuration for XML Parsing issue
What is XML ?
- XML stands for EXtensible Markup Language
- XML is a markup language like HTML
- XML was designed to carry data, not to display data
- XML tags are not predefined. You must define your own tags
- XML is designed to be self-descriptive
- XML is a W3C Recommendation
Eclipse Setup for XML
In Eclipse, Go to Windows Menu and add the following jars for XML configuration in Eclipse
Window > Preferences > Ant > Runtime >Classpath > Add Jars:
xalan.jar
xercesImpl.jar
xmlParserAPIs.jar

