RE: [xsl] Which xmlns:xsl to use ?

Subject: RE: [xsl] Which xmlns:xsl to use ?
From: "Dudu Oz" <duduoz@xxxxxxxxxxxxxx>
Date: Tue, 20 Mar 2001 15:49:31 +0200
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@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Linda van den
Brink
Sent: Tue, March 20, 2001 11:47 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
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


Current Thread