xslt for this xml [closed]

JSGTPD

New Member
\[code\]<siteMapNode url="default.aspx" title="Home" description="The WebSite's Home Page"> <siteMapNode url="Products.aspx" title="Products" description="Product Listing Section of Site"> <siteMapNode url="Software.aspx" title="Software" description="Software Products" /> <siteMapNode url="Hardware.aspx" title="Hardware" description="Hardware Products" /> <siteMapNode url="Services.aspx" title="Services" description="Service Products" /> </siteMapNode> <siteMapNode url="Documentation.aspx" title="Documentation" description="Documentation about something"/> <siteMapNode url="About.aspx" title="About" description="About the Company"/> </siteMapNode> The output should be like this Home *product -hardware -Software -Services *Documentation *About</siteMap>\[/code\]
 
Back
Top