Hi Matthias,
try
<ul>
<li><source><![CDATA[<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>]]></source></li>
</ul>
greets,
Dirk Manske
-----Ursprüngliche Nachricht-----
Von: Matthias Wessendorf [mailto:mailings@matthias-wessendorf.de]
Gesendet: Mittwoch, 12. Januar 2005 10:43
An: user@forrest.apache.org
Betreff: xml and taglib content
hi,
I would like to integrate in my website
stuff like this:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
I tried:
<ul>
<li><source><%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%></source></li>
<li><source><%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%></source></li>
</ul>
but I got an error.
Also I would like to show content of a web.xml eg.
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
...
</web-app>
But I couldn't get it to work with
<source/> element of forrest.
Any hints will be fine!
Best regards,
Matthias Weßendorf
|