xsl-list
[Top] [All Lists]

Re: Find and change an attribute in a Processing Instruction

2006-01-30 13:25:07
On 1/30/06, Rick Quatro <frameexpert(_at_)truevine(_dot_)net> wrote:
<xsl:processing-instruction name="Fm">

I am hardcoding the name of the processing instruction. How can I use the
name of the current processing instruction instead of hard coding a name.

Memory is a little rusty here, but off the top of my head I think that
processing nodes in the XPath model aren't associated with a
stylesheet but do have names, so either :

<xsl:processing-instruction name="name()">

or

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

should do the trick.  Not entirely positive though, might want to
double-check the XPath spec on it.


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>