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: Xsl Start Lines


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


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