[xsl] nesting xml

Subject: [xsl] nesting xml
From: Dan Diebolt <dandiebolt@xxxxxxxxx>
Date: Wed, 2 May 2001 12:27:35 -0700 (PDT)
You subject line says it all; XML is nothing but nesting. You
don't need to parse XML - that is what the XSLT parser does for
you. Post a small XML fragment with non-empty element and what 
you what to do with it (how you want it transformed or rendered)
and you will get quick answer. The paradigm of XSLT does not
use subs or functions, but rather matching and evaluating templates
recursively. To get started you may want to search for +xslt 
+tutorial as there are quite a few introductions out there.

Regards,

Dan



__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread