Hello,
I know the reponse but perhaps... I want in a XPL use a file store in a Exist database and perform an XSLT transformation on it. Is it possible? A simple exemple ... <p:processor name="oxf:xslt"> <p:input name="data" href="/exist/rest/db/orbeon/file.xml" /> <p:input name="config"> <xsl:stylesheet version="2.0"> <xsl:import href="/apps/transform.xsl" /> </xsl:stylesheet> </p:input> <p:output name="data" /> </p:processor> my differents tests say 'no' but perhaps... For the moment, I have "default" file on the serveur and other file on the database. I want perform the same transformation on the 2 files but i don't want write clone xquery file for the xsl file... The solution is to put the "default" files in the database but my question is always actuel :-) Fabien (sorry for my poor english) -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
a soluce:
get the file in the database with a xquery requete and after, do the xslt transform on the result of the xquery requete. Fabien Fabien GUENEGO a écrit : > Hello, > > I know the reponse but perhaps... > I want in a XPL use a file store in a Exist database and perform an > XSLT transformation on it. Is it possible? > > A simple exemple ... > > <p:processor name="oxf:xslt"> > <p:input name="data" href="/exist/rest/db/orbeon/file.xml" /> > <p:input name="config"> > <xsl:stylesheet version="2.0"> > <xsl:import href="/apps/transform.xsl" /> > </xsl:stylesheet> > </p:input> > <p:output name="data" /> > </p:processor> > > my differents tests say 'no' but perhaps... For the moment, I have > "default" file on the serveur and other file on the database. I want > perform the same transformation on the 2 files but i don't want write > clone xquery file for the xsl file... > The solution is to put the "default" files in the database but my > question is always actuel :-) > > Fabien (sorry for my poor english) -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by Fabien GUENEGO
Hi Fabien,
-- -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |