I am trying to create XML documents using StyleSheets and
XSLT. I was wondering if I can use just XSLT rules to connect to a
database and retrieve and store data in resultsets? From what i have
read, I am under the impression that I need an XML document with the
data from the database to create another style/format of XML. If
calling and retrieving data is impossible to do from a StyleSheet
using XSLT, then is it possible to use XSLT to call java methods to do
the data retrieval for me.