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

Re: What's wrong with my code Version 1.0 (Altova XMLS

Subject: Re: What's wrong with my code Version 1.0 (Altova XMLSPY)
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Fri, 6 Jun 2008 16:49:40 +0200 (CEST)
Re:  What's wrong with my code Version 1.0 (Altova XMLS
Vyacheslav Sedov wrote:

> i prefer use match="/*" (this match just any root element - since
> developers often love change namespace and/or name for root element
> so i am just skip this step

  To control errors, I would rather use something like the following
(with the proper error code, depending on your own error handling
policy):

    <xsl:template match="/*" priority="-1">
       <xsl:sequence select="
           error((), concat('Wrong root element: ', name(.)))"/>
    </xsl:template>

    <xsl:template match="/ns:name">
       ...
    </xsl:template>

  Regards,

--drkm























      _____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

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.