This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 41738 - "Classpath" in XSL Transformation
Summary: "Classpath" in XSL Transformation
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: XSL (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 12:55 UTC by Dieter Lamberty
Modified: 2007-09-25 01:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dieter Lamberty 2004-04-06 12:55:59 UTC
It would be nice if there is a way to define
something like a "ClassPath" in the XSL functions
(like verify, transform). In the templates I
write, we use the xsl:import statement with
relative path to use basic templates. Because they
are basic templates, they are in another part of
the filesystem. My problem is, that I can't test
these things because the XSL Parser did not find
these files. I would suggest that it may be
possible to mount both directories and define
something like a classpath in Java. This is how
our system handles these requests but it is not
really comfortable to edit the files, deploy them,
restart the system, ... when you would like to
debug the templates.