xsl-list
[Top] [All Lists]

Re: Find and change an attribute in a Processing Instruction

2006-01-30 13:29:43
<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

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