This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: <xsl:include> and Oracle java classes


| Thanks Steve, this worked perfectly. However, once I deployed the classes
| and the stylesheets as stored procedures on the database the code failed to
| find the main stylesheet. So - should I put the stylesheets outside the
| database, or can it be done with the stylesheets deployed?

This is likely due to the fact that the stylesheets
were not loaded as resources into the same package
directory level as your java class that calls getResource().

I recommend creating a JAR file with all of your classes
and resources at the correct directory hierarchy level,
then doing 'loadjava' of the JAR file so that all the
resources are loaded at the correct directory level.

Future Oracle-specific or Oracle-XDK-specific questions
are probably best posted on our Oracle Technet XML Discussion
Forum. I monitor that forum daily for folks who need help
applying our XML technology to their problem.

http://technet.oracle.com/support/bboard/discussions.htm

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG
Author "Building Oracle XML Applications", O'Reilly
http://www.oreilly.com/catalog/orxmlapp/



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]