From: Jonathan S. <jn...@ge...> - 2005-01-05 09:05:56
|
On Wed, 2004-12-29 at 21:43, Carter Thompson wrote: > Hi All, > > I need some pointers on either how to get the XML::XSLT module to work > or finding another module to take its place. The problem is with the > named attributes, instead of generating an html file with the correct > contents in each cell I'm getting data from the "comment" field in all > of the cells. I'm guessing that XML::XSLT isn't quite ready, right? > The trouble with XML::XSLT is that doesn't handle quite a lot of the XPath expressions that it should do. Assuming that the output you are expecting is something like: <html><body> <h2>Patches</h2> <table border="1"> <tr bgcolor="#CECECE"> <th align="left">Patch</th> <th align="left">Bug</th> <th align="left">Version</th> </tr> <tr> <td>patch-5.tar.gz</td> <td>13933</td> <td>3.1.1</td> </tr> </table> </body></html> (which is the output from libxslt), I will add this a test case for the module so it can get fixed at some point .... /J\ -- This e-mail is sponsored by http://www.integration-house.com/ |