cvs commit: xml-xalan/c/src/DOMSupport DOMSupport.hpp

2002-04-09 Thread dbertoni
dbertoni02/04/09 23:06:28 Modified:c/src/DOMSupport DOMSupport.hpp Log: Removed function that was commented out. Revision ChangesPath 1.10 +0 -11 xml-xalan/c/src/DOMSupport/DOMSupport.hpp Index: DOMSupport.hpp =

cvs commit: xml-xalan/c/src/PlatformSupport FormatterListener.hpp

2002-04-09 Thread dbertoni
dbertoni02/04/09 23:05:55 Modified:c/src/PlatformSupport FormatterListener.hpp Log: Made unsupported member functions private. Revision ChangesPath 1.5 +12 -1 xml-xalan/c/src/PlatformSupport/FormatterListener.hpp Index: FormatterListener.hpp

cvs commit: xml-xalan/c/src/XMLSupport FormatterToHTML.cpp FormatterToHTML.hpp

2002-04-09 Thread dbertoni
dbertoni02/04/09 23:03:52 Modified:c/src/XMLSupport FormatterToHTML.cpp FormatterToHTML.hpp Log: Use dynamically-allocated map instances, for better memory leak detection. Revision ChangesPath 1.66 +54 -18xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp Index

cvs commit: xml-xalan/c/src/XPath XBoolean.cpp XNodeSet.cpp XNull.cpp XNumber.cpp XSpan.cpp XString.cpp XStringAdapter.cpp XStringCached.cpp XStringReference.cpp XTokenNumberAdapter.cpp XTokenStringAdapter.cpp XUnknown.cpp

2002-04-09 Thread dbertoni
dbertoni02/04/09 23:03:11 Modified:c/src/XPath XBoolean.cpp XNodeSet.cpp XNull.cpp XNumber.cpp XSpan.cpp XString.cpp XStringAdapter.cpp XStringCached.cpp XStringReference.cpp XTokenNumberAdapter.cpp XTokenStringAdap

cvs commit: xml-xalan/c/Tests/Harness FileUtility.cpp XMLFileReporter.hpp

2002-04-09 Thread dbertoni
dbertoni02/04/09 22:32:32 Modified:c/Tests/Harness FileUtility.cpp XMLFileReporter.hpp Log: Cleaned up some problems. Revision ChangesPath 1.35 +3 -3 xml-xalan/c/Tests/Harness/FileUtility.cpp Index: FileUtility.cpp ===

cvs commit: xml-xalan/c/src/Include AIXDefinitions.hpp GCCDefinitions.hpp HPUXDefinitions.hpp OS390Definitions.hpp SolarisDefinitions.hpp TRU64Definitions.hpp

2002-04-09 Thread dbertoni
dbertoni02/04/09 21:41:20 Modified:c/src/Include AIXDefinitions.hpp GCCDefinitions.hpp HPUXDefinitions.hpp OS390Definitions.hpp SolarisDefinitions.hpp TRU64Definitions.hpp Log: Changes for std::numeric_limits. Revision Changes

cvs commit: xml-xalan/c/src Makefile.in

2002-04-09 Thread dbertoni
dbertoni02/04/09 21:39:31 Modified:c/srcMakefile.in Log: Removed obsolete gcc option. Revision ChangesPath 1.87 +1 -1 xml-xalan/c/src/Makefile.in Index: Makefile.in === RCS file: /home

DO NOT REPLY [Bug 7854] - xsltc error on conf test match29

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7749] - ArrayIndexOutOfBoundsException in 2.3.1

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7875] - xsltc fails mk041 test

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7659] - XSLTC reports system-property('xsl:vendor') incorrectly

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7659] - XSLTC reports system-property('xsl:vendor') incorrectly

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7375] - XSLTC function-available(...) fails when it shouldn't

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7721] - xsltc not finding external java functions when classname has multiple dots

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Closer to get XSLTC working with Cocoon

2002-04-09 Thread Stefano Mazzocchi
Hi, I'm getting closer to have XSLTC running with Cocoon. First of all, Cocoon had a couple of problems with its internals that I fixed. These had nothing to do with Xalan at all but might have prevented smooth operation under some circumstances. Second, Cocoon TraxTransformer wasn't calling s

DO NOT REPLY [Bug 7894] New: - document function and uri's beginning with slash

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/test/java/src/org/apache/qetest/dtm TestDTMTraverser.java

2002-04-09 Thread pauldick
pauldick02/04/09 14:05:30 Modified:test/java/src/org/apache/qetest/dtm TestDTMTraverser.java Log: Added traverser for Ancestor and Descendant, and changed to simplified source document. Revision ChangesPath 1.2 +31 -8 xml-xalan/test/java/src/org/apache/qete

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xsl XSLProcessorTestBase.java

2002-04-09 Thread curcuru
curcuru 02/04/09 13:36:26 Modified:test/java/src/org/apache/qetest/xsl XSLProcessorTestBase.java Log: Oops! Ensure we applyAttributes to our newly constructed fileChecker Revision ChangesPath 1.18 +4 -1 xml-xalan/test/java/src/org/apach

cvs commit: xml-xalan/test/java/src/org/apache/qetest FileTestletDriver.java

2002-04-09 Thread curcuru
curcuru 02/04/09 13:35:44 Modified:test/java/src/org/apache/qetest FileTestletDriver.java Log: Add worker method getDefaultPackages() to make subclassing easier Revision ChangesPath 1.3 +8 -4 xml-xalan/test/java/src/org/apache/qetest/FileTestletDriver.java

cvs commit: xml-xalan/test/java/src/org/apache/qetest FileDatalet.java

2002-04-09 Thread curcuru
curcuru 02/04/09 13:34:55 Modified:test/java/src/org/apache/qetest FileDatalet.java Log: Add convenience method getIntOption() Revision ChangesPath 1.5 +25 -1 xml-xalan/test/java/src/org/apache/qetest/FileDatalet.java Index: FileDatalet.java

cvs commit: xml-xalan/test/java/src/org/apache/qetest/dtm TestDTMIterator.java

2002-04-09 Thread pauldick
pauldick02/04/09 12:35:52 Modified:test/java/src/org/apache/qetest/dtm TestDTMIterator.java Log: Edits showing causes of Bugs 7885, 7886 Revision ChangesPath 1.2 +23 -13 xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTMIterator.java Index: TestDTMItera

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMManagerDefault.java

2002-04-09 Thread jkesselm
jkesselm02/04/09 12:14:13 Modified:java/src/org/apache/xml/dtm/ref DTMManagerDefault.java Log: (nitpicking) Revision ChangesPath 1.40 +3 -3 xml-xalan/java/src/org/apache/xml/dtm/ref/DTMManagerDefault.java Index: DTMManagerDefault.java ===

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMManagerDefault.java

2002-04-09 Thread jkesselm
jkesselm02/04/09 12:12:43 Modified:java/src/org/apache/xml/dtm/ref DTMManagerDefault.java Log: Yeowch. Didn't mean to check in the XNI experiment. Disabled, probably belongs on a branch. (And probably needs to be rewritten fairly intensively, since the current hook is somethin

DO NOT REPLY [Bug 7886] New: - Using Axis.ANCESTOR with DTMAxisIterator is giving erroneous results

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/trax SAX2DOM.java

2002-04-09 Thread santiagopg
santiagopg02/04/09 12:07:59 Modified:java/src/org/apache/xalan/xsltc/trax SAX2DOM.java Log: Regression fixed. Revision ChangesPath 1.10 +8 -2 xml-xalan/java/src/org/apache/xalan/xsltc/trax/SAX2DOM.java Index: SAX2DOM.java

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMDefaultBase.java

2002-04-09 Thread jkesselm
jkesselm02/04/09 12:06:43 Modified:java/src/org/apache/xml/dtm/ref DTMDefaultBase.java Log: Clean-up of dumpDTM method, some code clarity changes. Revision ChangesPath 1.27 +18 -13xml-xalan/java/src/org/apache/xml/dtm/ref/DTMDefaultBase.java Index: DTMDefau

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMManagerDefault.java

2002-04-09 Thread jkesselm
jkesselm02/04/09 12:05:30 Modified:java/src/org/apache/xml/dtm/ref DTMManagerDefault.java Log: Fix inconsistancy in handling returned DTM IDs. (There's room for debate about whether the current value -- expressed as the NodeHandle for Node 0 in that DTM -- is the best possible

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/trax SAX2DOM.java

2002-04-09 Thread santiagopg
santiagopg02/04/09 11:55:56 Modified:java/src/org/apache/xalan/xsltc/trax Tag: jaxp-ri-1_2_0-fcs-branch SAX2DOM.java Log: Fixed regression. Revision ChangesPath No revision No revision 1.4.8.3

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler FunctionAvailableCall.java FunctionCall.java

2002-04-09 Thread tmiller
tmiller 02/04/09 11:52:26 Modified:java/src/org/apache/xalan/xsltc/compiler Tag: jaxp-ri-1_2_0-fcs-branch FunctionAvailableCall.java FunctionCall.java Log: bug 7375 fixed, handles ext java functions now Revision ChangesPath

DO NOT REPLY [Bug 7885] New: - Using Axis.DESCENDANT with a DTMAxisIterator, getLast() causes erronous results

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Xalan Solaris version

2002-04-09 Thread David N Bertoni/Cambridge/IBM
Xalan 1.2 was built with Workshop 4, but the latest code should be fine built under Workshop 4. You might want to get the Xerces 1.6 and Xalan 1.3 sources packages and just build the binaries using your compiler. Dave |-+---> | | "Nida Sun"

Re: When I try to 'Xalan' on tru64 I get a segmentation fault

2002-04-09 Thread David N Bertoni/Cambridge/IBM
We have not had any problems building on Tru64 -- last night's build ran correctly. Xalan 1.3 was also built and tested on Tru64. Here's our OS and compiler version information: > uname -a OSF1 hudson.zk3-x.dec.com V5.1 732 alpha > cxx -V Compaq C++ V6.3-003 for Compaq Tru64 UNIX

DO NOT REPLY [Bug 7875] New: - xsltc fails mk041 test

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7835] - MalformedURLException for relative xsl:include

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xalan/test build.xml

2002-04-09 Thread pauldick
pauldick02/04/09 07:30:44 Modified:test build.xml Log: Modified target COMPILE to build new DTM api tests. Revision ChangesPath 1.43 +24 -2 xml-xalan/test/build.xml Index: build.xml ===

cvs commit: xml-xalan/test/java/src/org/apache/qetest/dtm TestDTM.java TestDTMIterator.java TestDTMTraverser.java

2002-04-09 Thread pauldick
pauldick02/04/09 07:20:23 Added: test/java/src/org/apache/qetest/dtm TestDTM.java TestDTMIterator.java TestDTMTraverser.java Log: Initial tests for DTM API Revision ChangesPath 1.1 xml-xalan/test/java/src/org/apache/qetest/dtm/T

cvs commit: xml-xalan/test/java/src/org/apache/qetest/dtm - New directory

2002-04-09 Thread pauldick
pauldick02/04/09 07:19:14 xml-xalan/test/java/src/org/apache/qetest/dtm - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What should my application support: ContentHandler vs. Transforme rHandler interface

2002-04-09 Thread Peter Davis
On Monday 08 April 2002 09:23, Christian Mallwitz wrote: > What should my app let the user specify: ContentHandler or > TransformerHandler classes? Should I force my users to implement more then > is necessary for content handling (i.e. LexicalHandler and DTDHandler form > TransformerHandler) when

Xalan Solaris version

2002-04-09 Thread Nida Sun
Hi -- I am wondering if you have older versions of Xalan available that were built with Sun Workshop 4, instead of Sun Workshop 6. Thanks, Nida

Problem with loading of PlatformSupport.dll

2002-04-09 Thread Egersdorf Vladimir
Hallo,   I used dll's of Xalan 1.3 on Windows and I received sometimes exception "Floating-point invalid operation" (0xC090) when application starts. I tried to make dynamic loading of the dlls and I had this exception on each first test. When I load it second time, everything was fine.

DO NOT REPLY [Bug 7870] New: - xsltc thowing NPEs on conf tests with flavor trax.sax

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3197] - Unsupported charset Cp1251.

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Does Xalan have any dependency on org.w3c.dom.html.* apis ?

2002-04-09 Thread Joseph Kesselman/CAM/Lotus
> xml-apis.jar shipped with Xalan have org.w3c.dom.html.* apis. >Does Xalan have any real dependency on those apis ?? Basically, xml-apis is all of xml-commons. If the xml-commons activity was producing their own jarfile, we'd use that rather than generating our own. This does mean we include s

Re: Help understanding SAXParseException message

2002-04-09 Thread Joseph Kesselman/CAM/Lotus
The character with hex value 13 (decimal 19, which I think is control-S) is not a legal XML character. No XML parser will accept it, so this is failing long before it gets to the Xalan code. If you try Xerces' sample programs you'll see the same complaint. Find another way to express your data -

DO NOT REPLY [Bug 7212] - XSLTC: can't serialize stylesheet

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7208] - XSLTC: JAXP transform fails with DOM stylesheet

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: setShouldCacheNodes assertion error with recent builds of Xalan?

2002-04-09 Thread Joseph Kesselman/CAM/Lotus
The assertion just tells us that there's an issue; it doesn't tell us why. Please post a Bugzilla report, and attach sample files (preferably small ones) that will allow us to reproduce the problem for analysis.

DO NOT REPLY [Bug 7835] - MalformedURLException for relative xsl:include

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[GUMP] Build Failure - xml-xalan2-smoketest

2002-04-09 Thread Sam Ruby
akarta/xml-xalan/test/java/build/xalan-smoketest-20020409.tar [tar] Entry: xml-xalan/test/smoketest/api/SAXTransformerFactoryAPITest/trax/sax/SAXTransformerFactoryAPITest_1.out longer than 100 characters. [tar] Resulting tar file can only be processed successfully by GNU compatib

DO NOT REPLY [Bug 7860] New: - GregorSamsa.translate() NullPointerException

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7835] - MalformedURLException for relative xsl:include

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7835] - MalformedURLException for relative xsl:include

2002-04-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

When I try to 'Xalan' on tru64 I get a segmentation fault

2002-04-09 Thread O'Maolcatha Ferghal-fomaol01
Hi, I've built xerces-c-1_6_0 and Xalan-C_1_3 successfully on Tru64 but when I try to run any of the executables in the Xalan bin directory (Xalan, testXPath, testXSLT) I get a segmentation fault. Has anyone seen this problem before? Regards, Fearghal.

RE: Help desperately needed

2002-04-09 Thread Whiting, Jeremy
Tony, Don't forget to add the XSL-FO jar package to your servlet container configuration. Copy the package into the lib directory and add the relative path to this package in the CLASSPATH. Regards, Jeremy Jeremy Whiting - Interactive Developer [EMAIL PROTECTED] 111 5294 -Original Message

Re: Problem building under Solaris 2.6 ...

2002-04-09 Thread Corinna Kinchin
Hi Dave, Thanks for the advice - I upgraded to gcc 2.95.3 and that seems to have fixed the problem, so now I've built static libraries for Xalan 1.3 + Xerces 1.6 and it's all going swimmingly well. It's a great toolkit - thanks to all those who developed it. All the best, Corinna ... Cori

cvs commit: xml-xalan/c/src/XSLT XalanTemplate.cpp

2002-04-09 Thread dbertoni
dbertoni02/04/09 01:00:50 Modified:c/src/XSLT Tag: LotusXSL4C_1_3_0-390 XalanTemplate.cpp Log: Branch for OS/390 reference release. Revision ChangesPath No revision No revision 1.31.2.1 +32 -51xml-xalan/c/src/XSLT/