Dirk,

that did the trick! :-)

THANKS

> -----Original Message-----
> From: Mailing List Responder [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 12, 2005 3:10 PM
> To: [email protected]
> Subject: AW: xml and taglib content
> 
> 
> 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:[EMAIL PROTECTED] 
> Gesendet: Mittwoch, 12. Januar 2005 10:43
> An: [email protected]
> 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
> 

Reply via email to