Torsten Bronger wrote: > I would have to add that to every processing line in my batch > scripts. Just to avoid some slashes?
no, to avoid unnecessary syntax errors in your XSLT processor. a HTML parser is more tolerant than an XML parser, and tidy is more tolerant than an ordinary HTML parser. </F> _______________________________________________ Doc-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/doc-sig
