need to make a questionare in xml

This should cover W3C XML Schema, Relax NG and DTD related problems.
sufyan
Posts: 1
Joined: Wed Dec 02, 2020 3:46 pm

need to make a questionare in xml

Post by sufyan »

HI,
i want to make a questionnaire in oxygen web author using XSLT and Saxonic js library how can I make this?/

Any help will be appreciated

Thanks
cristi_talau
Posts: 496
Joined: Thu Sep 04, 2014 4:22 pm

Re: need to make a questionare in xml

Post by cristi_talau »

Hello,

This is an interesting use-case.

In Web Author, the rendering of the XML document is configurable using CSS [1].
Also, the files are usually read and stored from a CMS or versioning system. You may need to write a custom connector if you want a different behavior [2].

If you share more details about the expected behavior we can give you more specific advice.

Best,
Cristian

[1] https://www.oxygenxml.com/doc/versions/ ... h-css.html
[2] https://www.oxygenxml.com/doc/versions/ ... orage.html
Post Reply