This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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@lists.mulberrytech.com [mailto:owner-xsl-
> list@lists.mulberrytech.com] On Behalf Of dante
> Sent: 02 August 2001 13:02
> To: xsl-list@lists.mulberrytech.com
> 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@vianet.net.au
>             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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]