[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Find and change an attribute in a Processing Inst

Subject: Re: Find and change an attribute in a Processing Instruction
From: Jon Gorman <jonathan.gorman@xxxxxxxxx>
Date: Mon, 30 Jan 2006 14:25:07 -0600
Re:  Find and change an attribute in a Processing  Inst
On 1/30/06, Rick Quatro <frameexpert@xxxxxxxxxxxx> 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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.