Re: [xsl] Find and change an attribute in a Processing Instruction

Subject: Re: [xsl] Find and change an attribute in a Processing Instruction
From: Jon Gorman <jonathan.gorman@xxxxxxxxx>
Date: Mon, 30 Jan 2006 14:29:43 -0600
> <xsl:processing-instruction name="name()">
>
> or
>
> <xsl:processing-instruction name="local-name()">

and of course, by that I meant

> <xsl:processing-instruction name="{name()}">
>
> or
>
> <xsl:processing-instruction name="{local-name()}">

of course.

That's what I get for trying to answer in a hurry.

Jon Gorman

Current Thread