Topic: XSL Menu (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=22647" title="Pages that link to Topic: XSL Menu (Page 1 of 1)" rel="nofollow" >Topic: XSL Menu <span class="small">(Page 1 of 1)</span>\

 
FxBrandon
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Jul 2004

posted posted 07-21-2004 12:58

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!!!!

rickindy
Nervous Wreck (II) Inmate

From: Indianapolis, In USA
Insane since: Jan 2002

posted posted 07-21-2004 14:27

You need to get an XSLT processor like Xalan from Apache

http://xml.apache.org/xalan-j/index.html

If you haven't done this kind of thing before, be prepared for a long, steep learinng curve. The documentation at the Xalan site is good and you might also want to check out the following site for some good tutorials

http://www.zvon.org

Good luck

Few problems in life can't be solved by chocolate

InI
Maniac (V) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 07-22-2004 13:19

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu