You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Matthias Wessendorf <ma...@matthias-wessendorf.de> on 2005/01/12 10:43:25 UTC

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


RE: xml and taglib content

Posted by Matthias Wessendorf <ma...@matthias-wessendorf.de>.
Dirk,

that did the trick! :-)

THANKS

> -----Original Message-----
> From: Mailing List Responder [mailto:mailinglists1@arcor.de] 
> Sent: Wednesday, January 12, 2005 3:10 PM
> To: user@forrest.apache.org
> 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: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
> 


AW: xml and taglib content

Posted by Mailing List Responder <ma...@arcor.de>.
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