Ben:
It appears that you are missing the first line of
<?xml version="1.0"?>
in your xsl document.
That *probably* has something to do with it but my main suspicion would
be the entity declarations for the generated (final) xml document.
By creating it with <?xml version="1.0">
IE 5.0 may not be parsing the < and > properly.
We are experiencing a similar problem with displaying a hyperlink in
5.0. When we use xsl to try and output a link,
<a href="somewhere.com">click me</a>
it simply prints this:
<a href="somewhere.com">click me</a>
on the browser screen instead of processing the entity declarations and
embedding a link on the page.
Good luck.
Duane Nickull
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|