RE: [xsl] Odd Style problem - I'm not sure it's the XSL though...

Subject: RE: [xsl] Odd Style problem - I'm not sure it's the XSL though...
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Thu, 2 Aug 2001 13:44:11 +0100
Oliver,
Seems to look ok here. I notice you are still doing that <xsl:for-each
select="/library"> which you don't need to do if you just change
<xsl:template match="/">
to
<xsl:template match="/library">

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-
> list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of dante
> Sent: 02 August 2001 13:02
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Odd Style problem - I'm not sure it's the XSL though...
> 
> G'day all,
> 
> [*IE 5+ only*] I've created a basic shell (using an iFrame) that can
> associate xslt docs with xml docs that uses Javascript.
> Strange things have been happening to the css in the displayed xml
> document.
> Some of the style classes aren't being implemented within the tables.
> Go to: http://www.vianet.net.au/~dante/xml/transformer.html
> Click on the button "Show XML" - you should see my library.xml
document
> within the iFrame.
> Now right-click on the Library.xml doc, select refresh & see how it's
> supposed to look.
> Is this problem in the xslt, the javascript or the css?
> 
> Eventually I plan to replace the Javscript with server-side code...
> 
> Thanks,
>             Oliver Reid
>             Perth, Western Australia
>             dante@xxxxxxxxxxxxx
>             www.vianet.net.au/~dante
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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


Current Thread