Hi all,
Does the file serializer support the oxf: protocol ? It seems not. Is it a bug or are there others reasons ? Marc -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Marc,
The file-serializer doesn't support oxf, I'm not sure why. If you are saving an XML file, you can use the url-serializer, this does accept oxf: Ryan
Ryan Puddephatt marc wrote: Hi all, -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Ryan,
Thank you for the tip. Unfortunately with this protocol I'm not able to make directories... Maybe eXist is my friend. Marc Ryan Puddephatt a écrit : > Marc, > The file-serializer doesn't support oxf, I'm not sure why. If you > are saving an XML file, you can use the url-serializer, this does > accept oxf: > -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
In reply to this post by marc-62
Hi Marc,
Though the file serializer does not directly support the oxf protocol, it can still be used for saving xml files in the oxf context when used with the oxf:xml-converter. Please find in the attachment. marc <[hidden email]> wrote: Hi all,
Need Mail bonding? Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users. -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws model.xpl (3K) Download Attachment |
Administrator
|
In reply to this post by marc-62
Marc,
> Does the file serializer support the oxf: protocol ? > It seems not. Is it a bug or are there others reasons ? This is a feature: oxf:file-serializer was designed to write files in the restricted sence of files on disk (the "file:" protocol). oxf:url-serializer is the processor meant to write to URLs, including "file:" and "oxf:". In theory, we wouldn't really need the File serializer: the URL serializer would be enough. One issue is that the URL serializer has not been updated to behave in the same way the File serializer does. -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |