[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Xsl Start Lines

Subject: Re: Xsl Start Lines
From: Ronald <ronald@xxxxxxxxxxx>
Date: Wed, 11 Apr 2001 12:29:51 +0100
xsl start of
XML SPY uses the templates that are listed in the template directory.

If you do not like the result XML spy gives u when you ask for new xslt, new xsl fo or whatever, you can just alter the template.
Or wasn't that your question??


The three namespaces you mention are three different ones:

xmlns:xsl="http://www.w3.org/1999/XSL/Transform" --> Transformation namespace (XSLT)

xmlns:fo="http://www.w3.org/1999/XSL/Format" --> Namespace for the formatting objects in XSL.

When writing a XSL-FO, you usually also do a certain transformation. For this you would need the transform namespace.

xmlns:xsl="http://www.w3.org/TR/WD-xsl"
This is the namespace of the working draft. I.M.H.O. Don't use this. Keep your processor up to date, and compl. to the recommendation.


Hope this helps.
Ronald

At 01:10 PM 4/11/01 +0300, you wrote:
XML spy default and some examples have
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format">


However there is also <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl">

as the first line of some xsl documents.

I cant really understand behind the curtain of the results of these
statements.


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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.