What exactly do you mean? Typically, you simply have a bunch of xsl:template elements, that correspond to a bunch of XML elements in your source document:
<xsl:template match="element1"> ..... </xsl:template> <xsl:template match="element2"> ..... </xsl:template> Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Well there seems to be a little more then that since I also had to include <xsl:apply-templates...> to have the other template blocks be used. But my real problem is that I'm getting strange behavior I do not completely understand. Basically some of the XML elements are being dumped to the output when I don't want them to. It seems the templates process what they are told to process and anything left over is just dumped to the document. ------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA --------- | 1 | | --------- Binary Soduko | | | --------- "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263055 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

