Page 1 of 1

Hyperlinking inside the Document element

Posted: Thu Dec 10, 2015 12:37 am
by cjboorman
I'm using oXygen XML Editor to document an XML schema (XSD file) and inside an <xs:documentation> tag, I want to include
[Codebox=]"For more information, see <a href="http://www.acriss.org/expanded-matrix.asp">ACRISS Car Codes</a>"[/Codebox]
The problem is that the HTML markup appears in the output, not the hyperlinked text. What do I need to do to get oXygen to interpret this as HTML markup (For more information see ACRISS Car Codes)?


Thanks,

Chris.

Re: Hyperlinking inside the Document element

Posted: Thu Dec 10, 2015 5:28 pm
by radu_pisoi
Hi,

There is an option that controls if the annotation content will be XML escaped or not when producing the XML Schema documentation. Its name is Escape XML Content and it can be controlled from the 'Settings' tab of the 'XML Schema Documentation' dialog.

In your case, you should uncheck this option in order to copy the XML Schema annotation as is.