J
Jijai
Hi All,
I need your help. I have spent almost one day to figure this out, here
is my problem:
In my dtd:
<!ELEMENT para (#PCDATA | math | link)+>
In my xml:
<para>
sentence1
<math>math equation</math>
sentence2
<link href="somewhere">link</link>
sentence3
</para>
I want to transform my xml into html by using an xsl, and i want to
change every <link> in <para> value there into <a href=".."> form. And
i also want to copy everything inside <math> into my html page. Is
there any solution for this?
Thanks in advance for your help.
regards,
Jijai
I need your help. I have spent almost one day to figure this out, here
is my problem:
In my dtd:
<!ELEMENT para (#PCDATA | math | link)+>
In my xml:
<para>
sentence1
<math>math equation</math>
sentence2
<link href="somewhere">link</link>
sentence3
</para>
I want to transform my xml into html by using an xsl, and i want to
change every <link> in <para> value there into <a href=".."> form. And
i also want to copy everything inside <math> into my html page. Is
there any solution for this?
Thanks in advance for your help.
regards,
Jijai