Re: xsl:import and "multiple inheritance"

2001-10-26 Thread Chris McCabe
Are you sure about that? If I create a stylesheet with no templates defined in it, and process something like: This is some text. I get the text printed out. If I then import another stylesheet which also has no templates, shouldn't I still get the same result? Are you saying that I should

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

2001-10-26 Thread dbertoni
dbertoni01/10/26 14:07:30 Modified:c/src/XSLT FunctionGenerateID.cpp Log: Consistently use document number in ID. Revision ChangesPath 1.20 +6 -8 xml-xalan/c/src/XSLT/FunctionGenerateID.cpp Index: FunctionGenerateID.cpp ==

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeParserLiaison.cpp

2001-10-26 Thread dbertoni
dbertoni01/10/26 14:06:41 Modified:c/src/XalanSourceTree XalanSourceTreeParserLiaison.cpp Log: Added missing initialization for data member. Revision ChangesPath 1.21 +1 -0 xml-xalan/c/src/XalanSourceTree/XalanSourceTreeParserLiaison.cpp Index: XalanSource

cvs commit: xml-xalan/c/src/XercesParserLiaison XercesParserLiaison.cpp

2001-10-26 Thread dbertoni
dbertoni01/10/26 14:06:28 Modified:c/src/XercesParserLiaison XercesParserLiaison.cpp Log: Added missing initialization for data member. Revision ChangesPath 1.38 +1 -0 xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.cpp Index: XercesParserLiaison.c

DO NOT REPLY [Bug 4464] New: - patch: jar-packaged translet-classname built with wrong slash on windows platform

2001-10-26 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 4461] New: - Why is int converted to Integer - select="java:size($List)"?

2001-10-26 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: node-set implementation in XSLTC

2001-10-26 Thread Tom Amiro
Sorry the documentation is out of date. XSLTC has been enhanced to support result tree fragments as node sets. You don't have to use a special extension. Just assign the RTF to a variable and use it as if it were a node set. Tom Srinivasa Manthena wrote: > > Hi, > > We are using xt:node-se

Iplanet and extension functions

2001-10-26 Thread Uma Shinde
I had posted this a couple of months ago, but never got any response. Under iAS6.0, the transformer does not find my extension functions that are deployed and are in WEB-INF location. After going back and forth on this with iPlanet support, here's the final response from them. "I built the sample

Re: Xalan NodeList to Xerces DOM NodeList

2001-10-26 Thread David N Bertoni/CAM/Lotus
You can't do this easily -- mostly because the Xerces DOM_* classes are not polymorphic, but also because there's no publically exposed implementation for a NodeList in Xerces. You _can_ convert individual XalanNode* instances by asking the owning document to map them: However, this requires th

Re: Variable References in template match predicates

2001-10-26 Thread David_N_Bertoni
There are not allowed in the node test of a match pattern, but _are_ allowed in predicates: "A pattern must match the grammar for Pattern. A Pattern is a set of location path patterns separated by |. A location path pattern is a location path whose steps all use only the child or attri

DO NOT REPLY [Bug 4331] - xsltc doesn't do copy-of select="@*" on xml:lang correctly

2001-10-26 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: xsl:import and "multiple inheritance"

2001-10-26 Thread Morten Jorgensen
Chris, This makes sense. But should not invoke default templates unless the current stylesheet does not import anything. Morten Jorgensen, XML Technology Centre, Sun Microsystems Ireland ltd. Chris McCabe wrote: > > It should do whatever a "foo" element would do in E.xsl by itself, which > ma

[GUMP] Xalan2 Smoketest Failure

2001-10-26 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length.Please see URL above for det

DO NOT REPLY [Bug 4397] - xsltc fails to compile conflictres23 and node3 with xpath expression with processing-insruction step

2001-10-26 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: node-set implementation in XSLTC

2001-10-26 Thread Morten Jorgensen
Srinivasa, XSLTC does support result-tree fragments as parameters to the and elements. The conversion from result-tree fragment to node-set is automatic so there is no need for a node-set() function (even though we may want to add one). You can currently use result-tree fragments with XSLTC as

DO NOT REPLY [Bug 3994] - xsltc should supprt same method for calling external Java functions as Xalan

2001-10-26 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/compiler FunctionCall.java

2001-10-26 Thread morten
morten 01/10/26 03:11:12 Modified:java/src/org/apache/xalan/xsltc/compiler FunctionCall.java Log: Changed our extension for calling external static Java methods to allow both the "http://xml.apache.org/xalan/xsltc/java"; namespace and the "http://xml.apache.org/xslt/java"; name

DO NOT REPLY [Bug 2937] - xsltc fails conf test impincl15 not honoring mode in imported xsl

2001-10-26 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 4306] - translet sort incorrect

2001-10-26 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/compiler XSLTC.java

2001-10-26 Thread morten
morten 01/10/26 02:38:06 Modified:java/src/org/apache/xalan/xsltc/compiler XSLTC.java Log: Fix to ensure that the order of the -o and -p command line options is not significant. PR: bugzilla 4343 Obtained from:n/a Submitted by: [EMAIL PROTECTED] (John Howa

DO NOT REPLY [Bug 4343] - patch for ordering dependency of cmdline.Compile options -o and -p

2001-10-26 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/compiler ApplyImports.java Mode.java Stylesheet.java

2001-10-26 Thread morten
morten 01/10/26 01:07:01 Modified:java/src/org/apache/xalan/xsltc/compiler ApplyImports.java Mode.java Stylesheet.java Log: A fix for setting the scope of templates for an element. This fix allows for proper "multiple inheritance" in XSLTC. PR:

Xalan NodeList to Xerces DOM NodeList

2001-10-26 Thread Yan Hailin
Hi,   I want to use Xalan and Xpath to get filtered xml elements, how can I convert the Xalan NodeList to DOM NodeList?   Thanks.   regards, Yan  

DO NOT REPLY [Bug 3406] - XSLTC does not handle forward references in variables/parameters

2001-10-26 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: xsl:import and "multiple inheritance"

2001-10-26 Thread Chris McCabe
It should do whatever a "foo" element would do in E.xsl by itself, which may or may not be nothing. It could be the default template rule. That is how I would interpret the spec anyway. I am pretty sure it should not invoke the template from B.xsl. Chris Morten Jorgensen wrote: >I have sp

Variable References in template match predicates

2001-10-26 Thread Sriram Sankar
Hi, I was trying out Xalan C++ 1.2 (RedHat Linux) and found that the match attribute of the xsl:template allows a variable reference in the predicates. (eg) The XSLT specification is clear in stating that the variable references are not allowed in template and key match patterns. The following

Re: [Xerces2] Beta3 Release Plan

2001-10-26 Thread Edwin Goei
[EMAIL PROTECTED] wrote: > > Under MSVJ++, we have that outstanding problem with it not liking explicit > requests for the UTF-8 encoding. Patched past that, we seem to run. OK, I've fixed it in xml-commons so the corresponding FactoryFinder.java files need to be copied to xalan, xerces2, etc. t