OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
XSL Menu
This page's ID:
22647
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hi! I'm new in the XSL World and I want to create a Simple Menu. I have this HTML code: <div class="sideMenuBox"> <div>Select </div> <A href="./products1.aspx">Products 1</A> <A href="./products2.aspx"> Products 2</A> <A href="./all.aspx">All Products</A> </div> And This XML: <?xml version="1.0" encoding="utf-8" ?> <menu> <item> <text>Products 1</text> <link>/products1.aspx</link> </item> <item> <text>Products 2</text> <link>/products2.aspx</link> </item> <item> <text>All Products</text> <link>/all.aspx</link> </item> </menu> So I want to do a simple menu with 3 "links" to other pages, so I have created a xml File and XSL File too but I don't know how to do it to read XSL.. Can anyone help ??? Thx!!!!
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »