Eclipse configuration for XML Parsing Issues

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

Eclipse configuration for XML Parsing Issues

Related posts:

  1. How to Create jar file Using Eclipse– Failed to load Main-Class manifest attribute from jar File
  2. Free XML Editor Download – XML Notepad 2007

Comments are closed.