beyaRecords - The home Urban music wrote:

when you say 'the output of the generate stage', do I take it that you mean the output generated to screen?

If you commented the steps following the first one and use XML to serialize, you would get just the output of the generate stage, like in:


<map:match pattern="tickets">
        <map:generate type="serverpages" src="xsp/tickets.xsp"/>
<!--
        <map:transform type="xslt" src="style/main.xsl"/>
        <map:serialize type="html"/>
-->
        <map:serialize type="xml"/>
</map:match>

Try that and post the results you see in the "view source" browser window (I presume you will get exactly the input XSP page, but... let's see).

Regards,

-----------------------------------
Luca Morandini   -   GIS Consultant
[EMAIL PROTECTED]
http://xoomer.virgilio.it/ukmorand/
-----------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to