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

Subject: Re: [xsl] Find and change an attribute in a Processing Instruction
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 30 Jan 2006 16:00:52 GMT
PI's don't really have attributes, they may look structured in the
convention of the application that understands that instruction, but to
an XML system they are just flat text.

So in xslt you need to do string replace functions to achieve this.
XSLT1 FAQ has several replace templates which could get you started.
xslt2 has regular expression functions that make this easier or saxon
has
http://www.saxonica.com/documentation/extensions/functions/getpseudoattribute.html

which might have helped if the syntax had looked a bit more like an xml
attribute, but doesn't in this case, I think.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread