Hi.
I have simple pipeline :
<map:pipeline>
<map:match pattern="test">
<map:generate
src="xmldb:exist://localhost:8080/exist/xmlrpc/db/tomek/mycol/people.xml" />
<map:transform type="xslt" src="people.xsl" />
<map:serialize type="html" />
</map:match>
</map:pipeline>
and I would like to load xsl stylesheet from exist xml db. I tried to
set
src="xmldb:exist://localhost:8080/exist/xmlrpc/db/tomek/mycol/people.xsl"
but it doesn`t work.
Any help will be appreciated.
Regards,
Tomasz.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org
|