Internal Links in XML

admin

Administrator
Staff member
Hi,

I want to use internal link in XML. Having problems in creating dtd any help will be appreciated.

An example is given below to explain exactly what I am trying to do.

<Test>
<Paragraph>Link to <xref href=http://www.webdeveloper.com/forum/archive/index.php/"#Target2">Target2</xref>.</Paragraph>


<Paragraph id="Target2">Glad to be part of Web Developer Forum.</Paragraph>
</Test>

Thanks in advance
 
Top