Subject: Re: simple xsl:processing-instruction question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 8 Nov 2005 14:03:29 GMT
|
> but this one is so strange.
> the normal <xsl:processing-instruction> tag refuses to work wherever i try
> to code...
there is an xsl:processing-instruction element in XSLT, but your code
has
<xsl:pi
which is a syntax error as XSLT doesn't have an element of that name.
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
________________________________________________________________________
|