Hi,

  I tried this code from Coldtags suite
  (http://www.servletsuite.com/jsp.htm)

<%@ taglib uri="taglibxsql.tld" prefix="get" %>
<%@ taglib uri="taglibxslt.tld" prefix="xslt" %>
<get:XSQL driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/News?user=news&password=news">
  <get:setQuery>
    SELECT * FROM news
  </get:setQuery>
</get:XSQL>

its showing the results but now i want to format this results through
XSLT and produce
html output.  I tried everything but not successfull.

Can anybody point me in the right direction.  Otherwise i would end up
going through Cocoon.

The only reason why i went for this for its simplicity.

Any help here would be greatly appreciated.

Have a great day.

Karthikeyan B
--
  karthikeyan
  [EMAIL PROTECTED]

--
http://www.fastmail.fm - Or how I learned to stop worrying and
                          love email again

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to