Hi,
I am using Orbeon Forms XForms Engine for transforming the XHTML +XForms syntax on my Web pages to (X)HTML+CSS+JavaScript. By default Orbeon Forms outputs HTML+CSS+JavaScript i.e. uses an HTML DTD. I would like to output XHTML instead. In the previous version of Orbeon Forms (3.6), the DTD/output format to be used could be configured by editing the following file: WEB-INF/ resources/config/epilogue-servlet.xpl There, just uncomment a block named: "ASSUME SOME XHTML CLIENTS" and comment a block name "NO ASSUME XHTML CLIENTS". This file is missing/moved in the latest nightly build version of Orbeon Forms. How can I enable XHTML output in Orbeon Forms nowadays-- especially when using Orbeon Forms in separate deployment mode? Kind regards -Markku -- 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 |
Administrator
|
Markku,
This file is still in under config/epilogue-servlet.xpl, but is now in orbeon-resources-private.jar. If you want to override it, you can still extract it from the the jar file and place your version of the file in you resources/config directory, as you were doing before. Alex |
>> This file is missing/moved in the latest nightly build version of
Okay, thanks for your help!
>> Orbeon Forms. How can I enable XHTML output in Orbeon Forms >> nowadays-- >> especially when using Orbeon Forms in separate deployment mode? >> > > This file is still in under config/epilogue-servlet.xpl, but is now in > orbeon-resources-private.jar. If you want to override it, you can > still > extract it from the the jar file and place your version of the file > in you > resources/config directory, as you were doing before. -Markku -- 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 Alessandro Vernet
And the pipeline is now more configurable without modifications, by
using properties. -Erik On Sun, Aug 9, 2009 at 1:55 PM, Alessandro Vernet<[hidden email]> wrote: > > Markku, > > > Markku Laine wrote: >> >> This file is missing/moved in the latest nightly build version of >> Orbeon Forms. How can I enable XHTML output in Orbeon Forms nowadays-- >> especially when using Orbeon Forms in separate deployment mode? >> > > This file is still in under config/epilogue-servlet.xpl, but is now in > orbeon-resources-private.jar. If you want to override it, you can still > extract it from the the jar file and place your version of the file in you > resources/config directory, as you were doing before. > > Alex > > ----- > Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise > Orbeon's Blog: http://www.orbeon.com/blog/ > Personal Blog: http://avernet.blogspot.com/ > Twitter - http://twitter.com/avernet > -- > View this message in context: http://www.nabble.com/Outputting-XHTML-instead-of-HTML-tp24822800p24891081.html > Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.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 > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- 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 |