You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Tod Thomas <tt...@chubb.com> on 2002/09/13 16:44:46 UTC

XTags Question

I'm using the XTags style tag like so:

<xtags:style
 xml="http://localhost/cgi-bin/test.cgi"
 xsl="/xml/ldap.xsl"
 outputMethod="html"/>

test.cgi performs a search and streams the results back as XML which
transforms to HTML as expected.  When I try to use this:

<xtags:style

xml="http://localhost/cgi-bin/test2.cgi?base=directory&scope=sub&filter=cn=smith"
 xsl="/xml/ldap.xsl"
 outputMethod="html"/>

it fails.  I've tried encoding the passed URL and that fails too. 
Should this work?  Should I be using a form instead of trying to pass
everything in the URL?  If not how can I get dynamic XML on the remote
server transformed and presented on the Tomcat server?  Cocoon right now
is not an option.

Thanks - Tod.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>