XML tags in JSP  
Author Message
Frederic





PostPosted: 2005-1-27 17:46:00 Top

java-programmer, XML tags in JSP Hi,

I need to parse and transform xml in a jps. I have un variable that is
an InputStream that contains the XML.

I tried standard library and xtags library with no luck.

<c:out value="${eo.repositoryItem.dataSource.inputStream}" /> show me
that it is an inputStream

anf I tried

<xtags:parse reader="${eo.repositoryItem.dataSource.inputStream}" />
xtags version

<x:parse xml="${eo.repositoryItem.dataSource.inputStream}" /> jstl version


What's wrong ?

thanks

Frederic