Hi all,
I was just wondering, does anyone have any recommendations for good IDEs for authoring XHTML with XForms? FWIW I've managed to tweak the XHTML-XForms NVDL schema that comes in the samples with Oxygen [1], which means I can put a PI at the top of each file (e.g., [2]) and get content-assist and some syntax checking, but I had to tweak the NVDL, the XForms XSD and the XHTML RelaxNG schemas quite a bit to get them to be happy about Orbeon extensions (xxforms: and fr:), plus I really don't know what I'm doing with NVDL so it's a bit half-baked. Any insights much appreciated. Cheers, Alistair [1] http://dsn-chassis.googlecode.com/svn/trunk/manta/oxygen/samples/nvdl/ [2] http://dsn-chassis.googlecode.com/svn/trunk/manta/war/WEB-INF/resources/apps/questionnaire/view.xhtml -- Alistair Miles Head of Epidemiological Informatics Centre for Genomics and Global Health <http://cggh.org> The Wellcome Trust Centre for Human Genetics Roosevelt Drive Oxford OX3 7BN United Kingdom Web: http://purl.org/net/aliman Email: [hidden email] Tel: +44 (0)1865 287669 -- 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
|
Alistair,
I am using IntelliJ here, and we maintain schemas which you can find in: http://github.com/orbeon/orbeon-forms/tree/master/src/java/org/orbeon/oxf/xml/schemas E.g. our updated XForms schema is xforms-1_0-orbeon.xsd. The way you map namespaces to schema files depend on your IDE, but as long as your IDE has good support for XML, supports schemas for code completion and validations, you are in good hands. Alex On Tue, Jun 8, 2010 at 10:40 AM, Alistair Miles <[hidden email]> wrote: > Hi all, > > I was just wondering, does anyone have any recommendations for good > IDEs for authoring XHTML with XForms? > > FWIW I've managed to tweak the XHTML-XForms NVDL schema that comes in > the samples with Oxygen [1], which means I can put a PI at the top of > each file (e.g., [2]) and get content-assist and some syntax checking, > but I had to tweak the NVDL, the XForms XSD and the XHTML RelaxNG > schemas quite a bit to get them to be happy about Orbeon extensions > (xxforms: and fr:), plus I really don't know what I'm doing with NVDL > so it's a bit half-baked. > > Any insights much appreciated. > > Cheers, > > Alistair > > [1] http://dsn-chassis.googlecode.com/svn/trunk/manta/oxygen/samples/nvdl/ > [2] http://dsn-chassis.googlecode.com/svn/trunk/manta/war/WEB-INF/resources/apps/questionnaire/view.xhtml > > -- > Alistair Miles > Head of Epidemiological Informatics > Centre for Genomics and Global Health <http://cggh.org> > The Wellcome Trust Centre for Human Genetics > Roosevelt Drive > Oxford > OX3 7BN > United Kingdom > Web: http://purl.org/net/aliman > Email: [hidden email] > Tel: +44 (0)1865 287669 > > > -- > 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 > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- 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
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |