[opencms-dev] xtags problem

Thomas Fabbricante tom_fabbricante at wunderman.com
Fri Mar 12 20:45:02 CET 2004


For anyone whose's interested a solution to the xtags problem:
Used the JavaServer Pages Standard Tag Library
(http://java.sun.com/products/jsp/jstl/)

The jsp page resembles this...

...
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %>
...

<html>
<body>
...
<c:import url="http://my server/mydirectory/xmlfile.xml" var
="xmldocument"/>
<c:import url="http://my server/mydirectory/transformationfile.xslt" var
="xslt"/>
<x:transform xml="${xmldocument}" xslt="${xslt}"/>
...
</body>
</html>



-tom


===============================================
This transmission is confidential and intended
solely for the person or organization to whom
it is addressed.  It may contain privileged and
confidential information.  If you are not the
intended recipient, you should not copy,
distribute or take any action in reliance on it.

If you have received this transmission in error,
please notify the sender at the e-mail address above.
================================================




More information about the opencms-dev mailing list