You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/12/20 10:12:54 UTC

BugRat Report #632 has been filed.

Bug report #632 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/632>

REPORT #632 Details.

Project: Taglibs
Category: Feature Requests
SubCategory: Enhancement
Class: feature
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: any
   JVM Release: any
   Operating System: any
   OS Release: any
   Platform: any

Synopsis: 
xsl.apply & xsl.import Absolute (external) URLs

Description:
It would be very usefull if ApplyTag and ImportTag could support complete absolute (external) URLs. I.e.:

<xsl:import page="http://someserver/data.xml ... />

and

<xsl:apply xml="http://someserver/data.xml ... />