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: Which xmlns:xsl to use ?


Thanks
The transform using 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform
was good after installing msxml3.

Do you know which xmlns:fo should I use in order to do:
	<xsl:template match="TITLE">
	<fo:block font-size="280pt" font-weight="bold">
	<xsl:apply-templates/>
	</fo:block>
	</xsl:template>
I have tried to do it using
xmlns:fo="http://www.w3.org/1999/XSL/Format";
and there was no change in the font of the title.

Thanks for the help
David

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Linda van den
Brink
Sent: Tue, March 20, 2001 11:47 AM
To: 'xsl-list@lists.mulberrytech.com'
Subject: RE: [xsl] Which xmlns:xsl to use ?


The answer to this FAQ is at http://www.netcrucible.com/xslt/msxml-faq.htm.

> When I use the blue declaration
> <!--xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"-->
> it works
> but when I use the declaration
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
> version="1.0">
> it does not work-
> Instead of building the title:
> This is title2 - OZ
> it put the title:
> <xsl:value-of select="book/tit[1]"/> - OZ
> 
> So what is wrong? What declaration should I use according to 
> what rule ?
> (and which xnlns:fo should I use ?)
> 
> Thanks
> 	David
> 
> ______________________________________________________________
> ___________
> Get Your Private, Free E-mail from MSN Hotmail at 
http://www.hotmail.com.



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

 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]