Re: [xsl] Transform all tags into attributes with some tags omitted

Subject: Re: [xsl] Transform all tags into attributes with some tags omitted
From: Michael Ludwig <mlu@xxxxxxxxxxxxx>
Date: Fri, 16 May 2008 12:22:11 +0200
Philipp Kursawe schrieb:
thanks Michael! Is there a way to format the tags to lowercase when
they are attributes?

Yes:


<xsl:attribute name="{

      translate( name(),
        'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
        'abcdefghijklmnopqrstuvwxyz' ) }">

Michael Ludwig

Current Thread