Hyperlinking inside the Document element

This should cover W3C XML Schema, Relax NG and DTD related problems.
cjboorman
Posts: 37
Joined: Wed Jun 19, 2013 1:49 am

Hyperlinking inside the Document element

Post 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.
radu_pisoi
Posts: 403
Joined: Thu Aug 21, 2003 11:36 am
Location: Craiova
Contact:

Re: Hyperlinking inside the Document element

Post 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.
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply