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

Subject: Re: [xsl] Transform all tags into attributes with some tags omitted
From: "Philipp Kursawe" <phil.kursawe@xxxxxxxxx>
Date: Fri, 16 May 2008 12:06:27 +0200
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@xxxxxxxxxxxxx> 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
>
>



-- 
The Dude Abides!

Current Thread