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]
Other format: [Raw text]

RE: 50 XSLT Tips and a Quiz


The answer to question 6 is wrong.

It is an error to have two template rules that match the same node. The
processor can either signal the error (i.e., fail), or recover by
choosing the last one that matches, at implementor discretion. Saxon
passes the choice on to the user; by default it outputs a warning
message and then takes the recovery action.

Nice quiz, but it's sneaky to put in subtle syntax errors that test your
powers of observation rather than your XSLT knowledge. I got 3 wrong.

Michael Kay


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> PerfectXML.com
> Sent: 07 October 2002 14:27
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] 50 XSLT Tips and a Quiz
> 
> 
> Greetings,
>  
> Check out 
> 50 XSLT Tips: http://www.PerfectXML.com/TipsXSLT.asp
> XSLT Quiz: http://www.PerfectXML.com/Quiz/XSLTQuiz.asp
>  
> Email any questions or comments to comments@PerfectXML.com.
>  
> Cheers,
> PerfectXML.com Team
> 
> 
>  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]