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:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 3:30 PM To: [EMAIL PROTECTED] 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 ;-) 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="C#">.. </code> Those happen inside the "<example>" bits. <list type="bullet"> </list> That is basically a <ul> list in HTML And the table ones: <list type="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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
