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"/>

Please note I have not used xtags, being very happy
wiith cocoon for my XML publishing needs.

/mde/

just my two cents . . . .



__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com

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

Reply via email to