|
Subject: [xsl] super basic xsl question From: Jeb Boniakowski <jeb@xxxxxxxxxxx> Date: Thu, 13 Jan 2005 11:58:56 -0500 |
<xmlroot> <child>some text</child> <child><a href="">a link</child> </xmlroot>
<ul> <li>some text</li> <li><a href="">a link</child> </ul>
I've tried various combos like: <xsl:template match="child"> <xsl:value-of select="."/> </xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] alternative to namespace , Andrew Welch | Thread | Re: [xsl] super basic xsl question, JBryant |
| Re: [xsl] msxml apostrophe encoding, fchoodless | Date | Re: [xsl] super basic xsl question, Jeb Boniakowski |
| Month |