thanks Michael! Is there a way to format the tags to lowercase when
they are attributes?
On Fri, May 16, 2008 at 10:22 AM, Michael Ludwig <mlu(_at_)as-guides(_dot_)com>
wrote:
Philipp Kursawe schrieb:
Seems to work pretty good. However I do wanna ignore the tags
described in the exceptions list. So I guess I just comment out the
applying of the identity template?
Yes, comment that out, or define:
<xsl:template match="MEINS | PACKGROESSE" mode="attr"/>
Which is the same thing. You can define whatever transform you want
inside the template, or none at all.
Michael
--~------------------------------------------------------------------
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>
--~--
--
The Dude Abides!
--~------------------------------------------------------------------
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>
--~--