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

Subject: Re: [xsl] Find and change an attribute in a Processing Instruction
From: "Rick Quatro" <frameexpert@xxxxxxxxxxxx>
Date: Mon, 30 Jan 2006 13:52:28 -0500
OK, I see my folly on (3). I am incorrectly using

<xsl:template match="/processing-instruction()">

where I should be using

<xsl:template match="processing-instruction()">

Rick Quatro
Carmen Publishing
585-659-8267
www.frameexpert.com

Current Thread