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

RE: How to display page numbers using xsl

Subject: RE: How to display page numbers using xsl
From: "John E. Simpson" <simpson@xxxxxxxxxxx>
Date: Wed, 06 Sep 2000 10:37:26 -0400
display page numbers in html
At 03:56 PM 09/05/2000 -0400, Krishnamurthy, Rama wrote:
        Can you tell me the latest version of namespace that should be used
        for creating web pages using xml/xsl?

        Can I can use http://www.w3.org/1999/XSL/Transform
        for this purpose or is it only for XML to XML transformations?

Right -- use that namespace for your XSLT. It's not meant for any particular output type or result tree (XML, HTML, CSV, whatever); it asserts that element names in the stylesheet which have the indicated prefix "belong to" the indicated namespace. So:
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
says that an element whose name includes the "xsl:" prefix is an XSLT element. (What prefix you use doesn't matter -- just that the prefix be associated with the right namespace.)


================================================================
John E. Simpson          | "I spilled spot remover on my dog.
http://www.flixml.org    | He's gone now." (Steven Wright)
simpson@xxxxxxxxxxx      |


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.