|
Subject: [xsl] Indented HTML Lists > Multiple Levels From: "Gogo Estragon" <g_estragon@xxxxxxxxxxx> Date: Mon, 31 Oct 2005 18:39:07 +1000 |
<?xml version="1.0" encoding="iso-8859-1"?> <site> <page name="home" id="1"> <title>Welcome to our Website</title> <page name="products" id="2"> <title>Welcome to our Website</title> <page name="wig" id="3"> <title>Welcome to our Website</title> <page name="tool" id="4"> <title>Welcome to our Website</title> </page> <page name="wig tool" id="5"> <title>Welcome to our Website</title> </page> </page> </page> <page name="faq" id="6"> <title>Welcome to our Website</title> </page> </page> </site>
<ul>
<li>home</li>
<ul>
<li>products</li>
<ul>
<li>wig</li>
<ul>
<li>wig tool</li>
</ul>
</ul>
</ul>
<ul>
<li>faq</li>
</ul>
</ul>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] how to convert from list , David Carlisle | Thread | Re: [xsl] Indented HTML Lists > Mul, Ragulf Pickaxe |
| [xsl] Fernando Dos-Santos/BASF-IT-S, fernando . dos-santo | Date | [xsl] resolve html entities, Maximilian Gärber |
| Month |