xml - XSD to XForms and XForms to XSD conversion -
currently struggling 2 problems:
- i receiving outer server xsd file , based on file have generate xform. xsd file importing many other xsd files , on.
- i writing gui xform builder. when user builds custom xform need generate xsd file , send outer server.
major question is: possible write 2 converters generate files , complies standard (xml schema , xforms)? know existing library offering conversion between 2 formats: xsd , xhtml?
it important mention constraints (not empty, numeric value, etc) need transformed well.
i have basic knowledge xml technologies (xls, xpath, xquery...) suggestion helpful.
many people (including me) expects xml schema xforms generator, due complexities of xml schema has been hard achieve until now.
take @ 3 projects:
https://code.google.com/p/xrx/ dan mccreary created xrx, architecture building xml based applications examples, , 1 of examples generates xforms xsd schemas using xquery.
https://github.com/lcahlander loren cahlander has interesting project called govworks includes generation of xforms xsd schemas, using xquery, xrx
http://sourceforge.net/projects/schema2xforms/ steve cameron has created visual designer schemas generates xforms, using xslt
all these guys kind , ure offer help.
the bad news importing external schemas not supported on none of these 3 projects right now. that's complex feature of xml schema.
ibm built xforms generator schemas plugin eclipse, has been abandoned , no longer available download :-(
Comments
Post a Comment