xsl-list
[Top] [All Lists]

RE: [xsl] Converting a string to Uppercase or Lowercase without using translate() ?

2007-11-27 15:05:58
Maybe we should have a go at obfuscating XSLT through over 
zealous use of entities... like turning the identity template into the
&ident; 
entity ref:

I had a bug report the other day that was full of things like

<xsl:template match="&xyz-pattern;">
  <xsl:for-each select="&abc-expression;">

and when you looked at the DTD, the entities were all built up by expansion
of parameter entities N deep. I've never seen anything so hard to follow in
all my life.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>