XSLTInputHandler and url's
Posted: Sun Apr 03, 2005 12:58 am
I am using XSLTInputHandler constructor in a java action
and, up to now, i have used it with file names hosted in my disk but i'd like to use it with xml data retrieved from an url. is this possible?if not, is there any workaround i can do?
what i'd like to have is sth like:
public XSLTInputHandler("http://host:7011/web/myXML.xml"),
"http://host:7011/web/myXSL.xsl")
thanks in advance for your help
and, up to now, i have used it with file names hosted in my disk but i'd like to use it with xml data retrieved from an url. is this possible?if not, is there any workaround i can do?
what i'd like to have is sth like:
public XSLTInputHandler("http://host:7011/web/myXML.xml"),
"http://host:7011/web/myXSL.xsl")
thanks in advance for your help