xsl-list
[Top] [All Lists]

Re: [xsl] What's wrong with my code Version 1.0 (Altova XMLSPY)

2008-06-06 07:50:17
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--