[Mono-list] More help needed with XSLT
John BouAntoun
John.BouAntoun@rogen.com.au
Thu, 20 Feb 2003 15:38:47 +1100
Miguel,
It would be good if you also provided an xml file that uses those tags.
That way we can build the xsl for you much quicker.
JBA
-----Original Message-----
From: Miguel de Icaza [mailto:miguel@ximian.com]
Sent: Thursday, 20 February 2003 3:30 PM
To: mono-list@ximian.com
Subject: [Mono-list] More help needed with XSLT
Hey guys!
I need some more help with my XSLT. I asked Peter first this time,
as he always reply quickly, but he is busy this week ;-) =20
We need a few more tags supported, the details are here:
www.go-mono.com/documentation.html
The tags am looking to support are:
<code lang=3D"C#">.. </code>
Those happen inside the "<example>" bits.
<list type=3D"bullet"> </list>
That is basically a <ul> list in HTML
And the table ones:
<list type=3D"table"> </lits>
<listheader>
<term>YOUR FIRST COLUMN</term>
<description>YOUR DESCRIPTION</description>
</listheader>
<item>
<term>First</term>
<description>First descritpion</description>
</item>
<item>
<term>Second</term>
<description>Second descirption</description>
</item>
Here is again my XSLT file