p.phresh
11-19-2007, 12:21 PM
hi, i have this bit of data within an XML doc:
<problem>
<p>Inspect the plasma coating area for loss of the top coating that shows the undercoat:</p>
<ul>
<li>no burning or erosion of metal</li>
<li>total area of coating loss is not more than 2.0 in.<sup>2</sup> (1290 mm<sup>2</sup>)</li>
</ul>
</problem>
Without declaring in the XSLT what those HTML elements are doing is it possible to get them to act as they should as HTML tags?
<problem>
<p>Inspect the plasma coating area for loss of the top coating that shows the undercoat:</p>
<ul>
<li>no burning or erosion of metal</li>
<li>total area of coating loss is not more than 2.0 in.<sup>2</sup> (1290 mm<sup>2</sup>)</li>
</ul>
</problem>
Without declaring in the XSLT what those HTML elements are doing is it possible to get them to act as they should as HTML tags?