> -----Original Message-----
> From: Nathaniel Alfred [mailto:[EMAIL PROTECTED]
> Sent: 20 July 2005 21:14
>
> You can pipe the XSP output into any number of transformation 
> steps before serializing it:
> 
> <map:match pattern="...">
>   <map:generate type="serverpages" src="my.xsp">
>   <map:transform type="xslt" src="foo.xsl"/>
>   ...
>   <map:transform type="xslt" src="bar.xsl"/>
>   <map:serialize/>
> </map:match>

Got it. Sorry about that. I was actually make a whole different mistake of 
failing to include the namespace on the HTML so, quite rightly, the XSLT tags 
didn't match. 

Thanks for the advice it helped me isolate what I was doing wrong,

Gary

**********************************************************************
The information contained in this message may be confidential or legally 
privileged and is intended for the addressee only, If you have received this 
message in error or there are any problems please notify the originator 
immediately. The unauthorised use, disclosure, copying or alteration of this 
message is strictly forbidden.
**********************************************************************

Reply via email to