25 April 2005

Hi All,

I'm trying to use a sample program from O'Reilly's XSLT by Doug Tidwell.  The 
program is an extension that connects to a db and writes the result of a query 
into a table.  I cannot compile the .java file.  The trouble appears to be this 
line:

         dbResult = new XNodeSet(table);

The entire program can be viewed here: 
http://d0om.fnal.gov/d0admin/doctaur/dtdocs/p-langs/xml_bookshelf/xslt/ch08_03.htm.
  'table' is an element that contains the results of the query along with 
markup.  The query and connection info are contained in the stylesheet.  This 
example is verbatim from the text of the book so I'm a bit confused.  Can 
anyone point out where this example has gone wrong? Thanks very much.

Christopher Woods

Reply via email to