Subject:Hierarchical XML Data Set Author:Rob Classen Date:18 Oct 2006 09:07 PM Originally Posted: 18 Oct 2006 09:05 PM
Please forgive me if this is naive or just a plain easy question, for I am a newbie to XML and XSLT files. I am in the process of buying Stylus Studio to help me learn. My XML data is a hierarchy with an indeterminant number of levels deep. I have the following XML data and wish to create an HTML document that shows the hierarchy something as follows:
Subject:Hierarchical XML Data Set Author:Rob Classen Date:18 Oct 2006 11:06 PM Originally Posted: 18 Oct 2006 11:05 PM
Looks like it is going to work great! Thanks so much for the help.
One more thing... The ID field stored in the XML is not very useful but the name that this refers to would be so much better to be displayed. The problem is that the name is stored in a table called tblProperty in a SQL 2005 database. What would be the best way to join back to this field so I can add it to my XML data?
Is there a way I can do this in XSLT or XQuery if I get tblProperty in a seperate XML?