xsl-list
[Top] [All Lists]

Re: Find and change an attribute in a Processing Instruction

2006-01-30 09:00:52

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
________________________________________________________________________

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