T
Tjerk Wolterink
Hello,
I've xml code that looks like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xc:xcontent
xmlns:xc="http://www.wolterinkwebdesign.com/xml/xcontent"
xmlns="http://www.w3.org/1999/xhtml">
<xc:titel type="string"><![CDATA[Wat een he]]></xc:titel>
<xc:gelulA type="html">
<h2>HE hallo ik ben henk</h2>
<ul>
<li>
<p>hierna komt b</p>
</li>
</ul>
<p>Nou llllen dat kan ie wel zul je denken</p>
<p> </p>
</xc:gelulA>
</xc:xcontent>
This xml will be transformed by some xsl, but my problem:
xhtml entities like are not defined and there the xsl document cannot handle this xml document.
This xml document above is even not valid xml, how do i define the html entities?!?!
I've xml code that looks like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xc:xcontent
xmlns:xc="http://www.wolterinkwebdesign.com/xml/xcontent"
xmlns="http://www.w3.org/1999/xhtml">
<xc:titel type="string"><![CDATA[Wat een he]]></xc:titel>
<xc:gelulA type="html">
<h2>HE hallo ik ben henk</h2>
<ul>
<li>
<p>hierna komt b</p>
</li>
</ul>
<p>Nou llllen dat kan ie wel zul je denken</p>
<p> </p>
</xc:gelulA>
</xc:xcontent>
This xml will be transformed by some xsl, but my problem:
xhtml entities like are not defined and there the xsl document cannot handle this xml document.
This xml document above is even not valid xml, how do i define the html entities?!?!