Got it to work with a small perl program at home.  Apparently the version of Tomcat I 
have on my sun box at work are not as up to date as I had thought since I'm using the 
same XTags files, and Apache build. 
User spaz.


> On Thu, 12 Sep 2002 15:28:02 -0700 (PDT)
> Mark Eggers <[EMAIL PROTECTED]> wrote:
> 
> > Tod,
> > 
> > This is from the following reference:
> > 
> > http://jakarta.apache.org/taglibs/doc/xtags-doc/index.html#overview
> > 
> > Or parse an absolute URL via the "url" attribute 
> > 
> >     <xtags:parse url="http://something.com"/>
> > 
> > You can parse a web app resource using an absolute URI
> > relative to the web-app context using the "uri"
> > attribute 
> > 
> >     <xtags:parse uri="/data/foo.xml"/>
> > 
> > Or you can use a URI relative to the the current JSP
> > file 
> > 
> >     <xtags:parse uri="foo.xml"/>
> > 
> > Also, from the following source:
> > 
> > http://jakarta.apache.org/taglibs/doc/xtags-doc/index.html#style
> > 
> > xml  The URL or URI of the XML document to style
> > 
> > So, from the documentation, you should be able to
> > state the following:
> > 
> > <xtags:style xml="http://remote-host/foo.xml";
> >      xsl="bar.xsl"/>
> 
> Which is exactly what I've done, but its not working.
>  
> > Please note I have not used xtags, being very happy
> > wiith cocoon for my XML publishing needs.
> 
> When Cocoon, Tomcat, and the latest Java JDK are all in harmony I'll try that again 
>too :)
> 
> Thanks.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to