Re: xsl:style-sheet: XSL (and entities) in IE5

Subject: Re: xsl:style-sheet: XSL (and entities) in IE5
From: Catherine Goodall <Catherine_Goodall@xxxxxxxxx>
Date: Fri, 07 May 1999 10:34:31 -0400
>It may be advantageous for the group to look at the actual code you are
>working with.  When working with xsl styled xml & IE5.0, when you get a
>blank white page as the final output, quite often it is because the
>nodes are not being accessed correctly.

The stylesheet is as follows (perhaps the problem is much simpler?!) Also,
I'm not sure if I could use style-rules for all of it, since there aren't
complex constructions. Thanks for any help you can give to my experimentation.
Cathy

---------file refers to:-------
<?XML:stylesheet href="trial-style.xsl" type="text/xsl"?>

---------stylesheet:--------
<xsl>

<rule>
<target-element type="teiHeader"/>
</rule>

<rule>
<target-element type="text">
<children/>
<apply font-family="serif" font-size="12" text-align="justify"
background="white"/>
</target-element>
</rule>

<rule>
<target-element type="hyperDiv"/>
</rule>

<style-rule>
<target-element type="titleBlock"/>
<apply text-align="center"/>
</style-rule>

<style-rule>
<target-element>
<attribute name="rend" value="face(roman)"/>
<apply font-family="sans-serif"/>
</target-element>
</style-rule>

<style-rule>
<target-element>
<attribute name="rend" value="weight(bold)"/>
<apply font-weight="bold"/>
</target-element>
</style-rule>

<style-rule>
<target-element>
<attribute name="rend" value="kern(+1)"/>
<apply letter-spacing="1em"/>
</target-element>
</style-rule>

<style-rule>
<target-element>
<attribute name="rend" value="size(+1)"/>
<apply font-weight="bold"/>
</target-element>
</style-rule>

<style-rule>
<target-element type="foreign">
<attribute name="rend" value="face(roman)"/>
<apply font-style="italic"/>
</target-element>
</style-rule>

</xsl>
-------


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread