>>> Catherine Goodall <Catherine_Goodall@xxxxxxxxx> 05/07 4:55 am >>>
>Hi,
>I am new to XSL and to stylesheets in general, but have SGML background.
>I'm trying to present a TEI-style XML document using IE5 and a simple XSL
>stylesheet. I'm not trying to re-order elements. I am having a couple of
>problems.
>-IE5 finds my stylesheet, no error message, but displays only a white
>page. The first line in my document is:
><?XML:stylesheet href="trial-style.xsl" type="text/xsl"?>
>-when I viewed the XML file in IE5 w/o a stylesheet, a new line began
>following every entity. Since the document is in German, this is a big
>problem. My entity decls are like the one following:
><!ENTITY s "s">
<!ENTITY Euml "≈" >
Try to declare your entities like this. The entities can be mapped to Unicode and will be renderd in the way you want.
>If anyone can offer help- I'd be thrilled.
>Thanks,
>Cathy
Patrick
>XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|