[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:style-sheet: XSL (and entities) in IE5
>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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|