- From: cateen <cateen@turboweb.net.au>
- Date: Tue, 22 Aug 2000 04:03:14 -0400 (EDT)
- To: html-tidy@w3.org
Having used JTidy to produce an xml file, I then use a SAX based XML parser on it and get the following exceptions: 'Whitespace required before attributes.' caused by the following line in a javascript function: for (i=0;i<y;i++) OR 'The content begining "<" is not legal markup. Perhaps the "" () character should be a letter.' caused by : for ( i = 0; i < y; i++) Can anyone tell me why this is happening and if there is a configuration setting that will change the way the XML parser treats the '<' sign. Alternatively is there a way that I can tell JTidy to simply strip out all the information between the <script> and </script> tags as it writes the xml file?? My thanks in advance for any assitance in this. Cateen Quayle
Received on Tuesday, 22 August 2000 09:48:59 UTC