I think this is a pretty simple question, but for the life of me I can't get
it figured out:
Essentially I have a series of xsl transforms that I want to run on an xml
file. Basically I'll have n transforms; the first n-1 transforms munge the
xml to another variety that is still compatible with it's xsd (not that its
important), and the final xsl transform outputs html. I've included my
sitemap information. Basically I want the output of the generate to be
piped into the set-normalize.xsl transform; that output to be piped into the
{1}.xsl transform, and that output sent to the browser.
As it stands it looks like the set-normalize transform is performed but the
output ignored (this transform takes a while) and then the original xml
document is piped to {1}.xsl.
Can any one help????
TIA
-Tony
<!-- ================ Work =========================== -->
<map:match pattern="**/*.html">
<map:generate src="/cvs/ceres/reports/{2}"/>
<map:transform src="/cvs/ceres/reports/set-normalize.xsl"/>
<map:transform src="/cvs/ceres/reports/{1}.xsl"/>
</map:transform>
<map:serialize type="html"/>
</map:match>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>