xsl-list
[Top] [All Lists]

Re: IGNORE CASE IN XSLT

2004-11-29 03:07:31
http://www.jclark.com/sp/sx.htm

SX converts SGML to XML. SX parses and validates the SGML document contained in 
sysid... and writes an equivalent XML document to the standard output. SX will 
warn about SGML constructs which have no XML equivalent.


-x xml_output_option

lower
    Prefer lower case. Names that were subjected to upper-case substitution by 
SGML will be folded to lower case. This does not include reserved names; XML 
requires these to be in upper-case.


so sx -x lower will do the translation you want,
producing lower case tags.

HTH DaveP

Yes, very good software. An open source version is available as well at 
http://openjade.sourceforge.net/

If Java is prefered, one might be able to do something with JTidy, though the tool is very much contrained to processing of HTML..

Grtz,
Geert

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>