From: Carter T. <cth...@ou...> - 2005-01-05 17:59:25
|
> -----Original Message----- > From: Jonathan Stowe [mailto:jn...@ge...]=20 >=20 > On Wed, 2004-12-29 at 21:43, Carter Thompson wrote: > > Hi All, > >=20 > > I need some pointers on either how to get the XML::XSLT=20 > module to work=20 > > or finding another module to take its place. The problem=20 > is with the=20 > > named attributes, instead of generating an html file with=20 > the correct=20 > > contents in each cell I'm getting data from the "comment"=20 > field in all=20 > > of the cells. I'm guessing that XML::XSLT isn't quite ready, right? > >=20 >=20 > The trouble with XML::XSLT is that doesn't handle quite a lot=20 > of the XPath expressions that it should do. >=20 > Assuming that the output you are expecting is something like:=20 > <html><body> <h2>Patches</h2> <table border=3D"1"> <tr=20 > bgcolor=3D"#CECECE"> <th align=3D"left">Patch</th> <th=20 > align=3D"left">Bug</th> <th align=3D"left">Version</th> </tr>=20 > <tr> <td>patch-5.tar.gz</td> <td>13933</td> <td>3.1.1</td>=20 > </tr> </table> </body></html> >=20 > (which is the output from libxslt), I will add this a test=20 > case for the module so it can get fixed at some point .... Jonathan, Thanks very much. Adding the above as a test case would be appreciated. If you need additional information please don't hesitate to ask. =20 Cheers, Carter. |