End tags for XML output ... ok

Cheers for the notes on xml-spacing problem...
I've got it under control using encoding...it seems to have done the trick.
The problem with un-commented javascript seems to give another problem.
I can insert a CDATA to get rid of it...

So javascripts that are not commented out...<!-- -->
seems to give an error when I transform with xsl. This is due to
scripts contain expression for comapring like (<,> etc)...thus this
causes xsl to misunderstand the xhtml since it does not become 
well formed .... ideally...this should be commented using CDATA.

Any comments...cheers!!!!
Howard

Received on Saturday, 10 November 2001 19:58:14 UTC