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

webMethods' XML Schema for XSLT 1.0

  • From: Asir S Vedamuthu <asirv@w...>
  • To: xml-dev@l...
  • Date: Tue, 27 Mar 2001 10:20:02 -0500

webmethods xml
webMethods is pleased to announce the availability of an experimental
version of XML Schema for XSLT 1.0 More information on XSLT can be found at
http://www.w3.org/TR/xslt

There are two URLs,
[1] http://www.webmethods.com/1999/XSL/Transform is the latest version of
XML Schema for XSLT 1.0 This schema is subject to change and will contain
the schema using the current syntax, Proposed Recommendation (PR) or
Recommendation XML Schema Definition Language (XSDL). We plan to update this
schema using PR XSDL ASAP.

[2] http://www.webmethods.com/1999/XSL/Transform/Using-XSDL-FromCR is an
immutable version of the XML Schema for XSLT 1.0 using Candidate
Recommendation XSDL.

How to use this schema?

[Option 1] Import schema for XSLT 1.0 into your schema using 'import'
element,

<xsd:import namespace="http://www.w3.org/1999/XSL/Transform"
    schemaLocation="http://www.webmethods.com/1999/XSL/Transform"/>

[Option 2] Use schema for XSLT 1.0 in explicitly declared stylesheet
documents,

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
   version="1.0"
   xsi:schemaLocation="http://www.w3.org/1999/XSL/Transform
    http://www.webmethods.com/1999/XSL/Transform">

 ...

</xsl:stylesheet>

[Option 3] Use schema for XSLT 1.0 in implicitly declared stylesheet
documents,

<html xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xsl:version="1.0"
    xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
    xsi:schemaLocation="http://www.w3.org/1999/XSL/Transform
     http://www.webmethods.com/1999/XSL/Transform">

 ..
    <p><xsl:value-of select="@type"/>
       <xsl:text> Email: </xsl:text</html>
 ..

</html>

[Option 4] Download a copy of XML Schema for XSLT using one of these URLs
and use it locally


Regards,

Asir S Vedamuthu

webMethods, Inc.
703-460-2513 or asirv@w...
http://www.webmethods.com/


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.