Hi, is there a way to define the colors of the schema-design? If yes, is this css also used in the documentation (html)?
Thank you in advance!
Best wishes
martin42
schema-design / color-setting
Re: schema-design / color-setting
Hi Martin,
Sorry but these colors cannot be controlled via settings. Also when generating HTML from XML Schema, the various schema components are presented as images in the HTML documents so their colors cannot be styled using CSS.
One possibility when obtaining HTML docs from XML Schema would be to save the XML Schema images as SVGs (in the HTML doc generator tool there is a "Settings" tab). As SVGs are vectorial XML documents, you might be able to modify them using a script and change the colors but it's probably not easy.
Regards,
Radu
Sorry but these colors cannot be controlled via settings. Also when generating HTML from XML Schema, the various schema components are presented as images in the HTML documents so their colors cannot be styled using CSS.
One possibility when obtaining HTML docs from XML Schema would be to save the XML Schema images as SVGs (in the HTML doc generator tool there is a "Settings" tab). As SVGs are vectorial XML documents, you might be able to modify them using a script and change the colors but it's probably not easy.
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
Re: schema-design / color-setting
Thank you very much, Radu!!