|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: CALS Tables & CSS
hi Andrew,
I followed for your instructions for CALS-XSL, now it
is working fine except BORDERS. I hope, if I include
the corresponding CSS it should work as well.
can you please guide me where to link the CSS FILE &
please provide the corresponding CSS FILE.
thanks,
smiley
> Hi Andrew,
>
> I tried to link css file & I got the
> following error:<Incorrect document syntax>
>
> do you have any suggestions..
Without seeing your code... sorry.
> I got the following error.
> <namespace "http://exslt.org/common" does not
contain
> any functions. I found from the above site, I have
to
> use specific third-party implementations. Is it?
> <<I am using MSXSL 4.0.>>
MSXML4 doesn't implement exslt, you will need to
change the namespace
at
the top of the file from this:
xmlns:exsl=http://exslt.org/common
to this:
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
Then throughout the stylesheet, where you see:
exsl:node-set(..)
change it to say:
msxsl:node-set(..)
--- Andrew Welch <AWelch@xxxxxxxxxxxxxxx> wrote:
>
>
> > hi andrew,
> >
> > If you have a css which has t,bl & r defined, can
> you
> > please copy it for me.
> >
> > Thanks,
>
> Sure,
>
> It's as you would have probably guessed:
>
> .t {border-top-color:black ; border-top-style:solid;
> border-top-width:1}
> .b {border-bottom-color:black ;
> border-bottom-style:solid ;
> border-bottom-width:1}
> .l {border-left-color:black ;
> border-left-style:solid ;
> border-left-width:1}
> .r {border-right-color:black ;
> border-right-style:solid ;
> border-right-width:1}
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
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
|

Cart








