Netscape Demo of XML Parser in Java



This demo was provided by Steve Yost, who pointed out to us that the Microsoft Java Parser will indeed work with Netscape. We got it to work by copying the entire MS Java parser class package to our HTML directory. You can also view the Java source.


The XML file used by the above Java parser is shown below:

<?XML VERSION="1.0"?>
<!DOCTYPE TIRE []>
   <TIRE MODEL="X-One" SIZE="P185/70R15">
       <MANUFACTURER NAME="Michelin" HREF="http://www.michelin.com"/>
<DESCRIPTION>
The all-season T speed-rated touring tire with Radial XSE Technology to deliver
the ultimate in mileage and wet traction for today's performance touring and
domestic luxury automobiles.</DESCRIPTION>
      <UTQC TREADWEAR="620" TRACTION="A" TEMPERATURE="B"/>
      <PRICE UNIT="Dollars">265.78</PRICE>
   </TIRE>