Messages by Thread
-
[jira] [Resolved] (XALANJ-2703) Implementation of xpath 3.1 function fn:data, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2703) Implementation of xpath 3.1 function fn:data, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #87: committing implementation of xpath 3.1 function fn:data, and few new related working test cases. modifying the implementation of xpath 3.1 'instance of' expression, making it more correct. also committing few minor related xalanj codebase changes on this branch.
via GitHub
-
[jira] [Resolved] (XALANJ-2702) Implementation of xpath 3.1 function fn:doc, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2702) Implementation of xpath 3.1 function fn:doc, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #86: committing implementation of xpath 3.1 function fn:doc, and a related working new test case. also committing few minor codebase improvements on this xalanj branch.
via GitHub
-
Took a quick look at what it would take to get maven to produce javadocs
Joseph Kessselman
-
Maven progress
Joseph Kessselman
-
[jira] [Resolved] (XALANJ-2701) Implementation of xslt 3.0 xsl:sequence element, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2701) Implementation of xslt 3.0 xsl:sequence element, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #85: committing implementation of xslt 3.0 xsl:sequence instruction, along with few new related working test cases.
via GitHub
-
Figured out what's going on with the Maven/JFlex cutover...
Joseph Kessselman
-
Not quite...
Joseph Kessselman
-
Mavenizing: Cup/Lex cutover working
Joseph Kessselman
-
[jira] [Resolved] (XALANJ-2700) Improvements to, implementation of an xpath 3.1 function fn:round, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Updated] (XALANJ-2700) Improvements to, implementation of an xpath 3.1 function fn:round, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2700) Improvements to, implementation of an xpath 3.1 function fn:round, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #84: committing improvements to an xpath 3.1 function fn:round (implementing an optional second argument to this function, that provides value for 'precision'). also committing few new working related test cases as well. doing minor improvements to implementations of functions fn:ceiling and fn:floor, as well.
via GitHub
-
[GitHub] [xalan-java] dubinsky opened a new pull request, #83: DOM2SAX.parse(InputSource) should call DOM2SAX.parse()
via GitHub
-
xalanj new release proposal
Mukul Gandhi
-
[jira] [Resolved] (XALANJ-2699) Implementation of xslt 3.0 xsl:function element, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Updated] (XALANJ-2699) Implementation of xslt 3.0 xsl:function element, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2699) Implementation of xslt 3.0 xsl:function element, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #82: committing implementation of xslt 3.0 xsl:function element, which define stylesheet functions that may be called from within xpath expressions. committing few related working new test cases as well. also committing related minor improvements and codebase refactoring, on this xalanj dev repos branch.
via GitHub
-
xalan-java-mvn progress update
Joseph Kessselman
-
[GitHub] [xalan-java] mukulga opened a new pull request, #81: committing minor improvements to xalanj codebase on this branch, and a new relevant working test case.
via GitHub
-
[GitHub] [xalan-java] mukulga opened a new pull request, #80: committing implementation of expected type support for xpath 3.1 inline function expression, for function parameters and return value. also committing few new related working test cases as well. committing as well, a related minor bug fix within class ElemValueOf.
via GitHub
-
[xalan-site] branch master updated: modifying asf copyright year within one of xalanj site documentation file
mukulg
-
[xalan-site] branch master updated: committing few minor relevant changes to, xalanj's site documentation
mukulg
-
[jira] [Updated] (XALANJ-2697) Implementation of xpath 3.1 sequence type expressions, and their use with xslt 3.0 instructions xsl:variable, xsl:template, xsl:param, xsl:with-param using an attribute "as", for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #79: committing implementation of xslt 3.0 'as' attribute on xsl:param, xsl:with-param, xsl:template elements, along with few new related working test cases. committing as well, minor implementation enhancements and refactoring on xalanj codebase on this dev repos branch.
via GitHub
-
Mavenizing: Plugins for XSLTC CUP and Lex dependencies
Joseph Kessselman
-
[GitHub] [xalan-java] epilogic-ch opened a new pull request, #78: Xalan 2.7.3
via GitHub
-
xalanj xslt 3.0 implementation status
Mukul Gandhi
-
[GitHub] [xalan-java] mukulga opened a new pull request, #77: committing minor fixes to, xpath 3.1 'let' expression and 'dynamic function call' evaluations, and few other minor codebase improvements as well. also committing a new working test case, for xpath 3.1 'let' expression.
via GitHub
-
[jira] [Resolved] (XALANJ-2698) Implementation of xpath 3.1 'instance of' expression, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2698) Implementation of xpath 3.1 'instance of' expression, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #76: committing implementation of xpath 3.1 'instance of' expression, along with few new related working test cases. also committing little bit of codebase refactoring, on this xalanj dev repos branch.
via GitHub
-
[GitHub] [xalan-java] mukulga opened a new pull request, #75: committing implementation of an xslt 3.0 xsl:variable 'as' attribute when the variable declaration has a contained sequence constructor, along with few related new working test cases. also doing minor xalanj codebase improvements and refactoring on this dev repos branch, and committing a new working test case for xpath 3.1 dynamic function call.
via GitHub
-
[GitHub] [xalan-java] mukulga opened a new pull request, #74: committing improvements to xpath 3.1 sequence type expressions, now having support for sequence type expressions involving element(), attribute() and few other xpath KindTest expressions. also committing few new relevant working test cases as well.
via GitHub
-
Maven subprojects
Joseph Kessselman
-
Maven draft fork
Joseph Kessselman
-
Maven-izing update
Joseph Kessselman
-
[jira] [Resolved] (XALANJ-2697) Implementation of xpath 3.1 sequence type expressions and their use within xslt 3.0 xsl:variable instruction with 'as' attribute, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2697) Implementation of xpath 3.1 sequence type expressions and their use within xslt 3.0 xsl:variable instruction with 'as' attribute, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #73: committing implementation of xpath 3.1 sequence type expressions that can handle various xml schema built-in types, and their use within xslt 3.0 xsl:variable instruction with 'as' attribute. also committing few new related working test cases as well. doing minor codebase refactoring as well, within few other parts of xalanj implementation on this dev repos branch.
via GitHub
-
[jira] [Updated] (XALANJ-2687) Implementation of xpath 3.1 collation support, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Resolved] (XALANJ-2696) Implementation of xpath 3.1 function fn:contains-token, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2696) Implementation of xpath 3.1 function fn:contains-token, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #72: committing a fix within function fn:contains-token's implementation codebase
via GitHub
-
[GitHub] [xalan-java] mukulga opened a new pull request, #71: committing implementation of xpath 3.1 function fn:contains-token, along with few new related test cases as well. also committing implementation of 'html ascii case-insensitive collation', as described by xpath 3.1 f&o spec.
via GitHub
-
Maven quick pass
Joseph Kessselman
-
Maven build, java_cup dependency
Joseph Kessselman
-
[GitHub] [xalan-java] mukulga opened a new pull request, #70: committing improvements to the use of xml schema data types xs:duration, xs:yearMonthDuration, xs:dayTimeDuration within xpath 3.1 implementation. also committing improvements to the implementation of xpath 3.1 functions fn:max, fn:min when using the xml schema data types xs:yearMonthDuration, xs:dayTimeDuration. also committing minor related codebase refactoring as well, and few new related working test cases as well.
via GitHub
-
If we're stuck with non-Maven jarfiles
Joseph Kessselman
-
Maven experiment
Joseph Kessselman
-
[GitHub] [xalan-java] mukulga opened a new pull request, #69: committing few new working xslt 3.0 test cases, related to xpath 3.1 'for' and quantified expressions
via GitHub
-
[jira] [Resolved] (XALANJ-2695) Implementation of xpath 3.1 functions fn:max, fn:min, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2695) Implementation of xpath 3.1 functions fn:max, fn:min, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #68: committing implementation of xpath 3.1 functions fn:max, fn:min and few new related working test cases as well. also committing minor related xalanj codebase corrections, on this branch.
via GitHub
-
Hunting maven dependencies...
Joseph Kessselman
-
FWIW, talking a quick look at Maven switchover
Joseph Kessselman
-
[jira] [Resolved] (XALANJ-2694) Implementation of xpath 3.1 function fn:avg, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2694) Implementation of xpath 3.1 function fn:avg, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #67: committing an implementation of xpath 3.1 function fn:avg, along with few related working new test cases. also doing little bit of refactoring within xalanj codebase on this branch.
via GitHub
-
[GitHub] [xalan-java] mukulga opened a new pull request, #66: committing minor changes to xalanj README file, as per the following change that was done earlier : movement of the 2.7.3_release test cases to jira directory. also making a minor improvement to error handling within xalanj implementation codebase, when variables were not been resolved within an xslt 1.0 stylesheet.
via GitHub
-
[jira] [Resolved] (XALANJ-2693) Implementation of xpath 3.1 function fn:parse-xml-fragment, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2693) Implementation of xpath 3.1 function fn:parse-xml-fragment, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #65: committing implementation of xpath 3.1 function fn:parse-xml-fragment, and committing a related working new test case. fixing a bug for the processing of xsl:attribute instruction when using 'select' attribute, related to xslt variables not been resolved. committing and improving few other relevant xslt 3.0 test cases. also committing minor improvements to comments within codebase within this xalanj dev repos branch.
via GitHub
-
[jira] [Resolved] (XALANJ-2692) Implementation of xpath 3.1 function fn:parse-xml, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2692) Implementation of xpath 3.1 function fn:parse-xml, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #64: committing implementation of xpath 3.1 function fn:parse-xml, and few new working related test cases as well
via GitHub
-
[GitHub] [xalan-java] mukulga opened a new pull request, #63: solving an issue related to evaluation of xpath 3.1 expressions, having the string '.'. committing a new related working test case as well for this fix.
via GitHub
-
[GitHub] [xalan-java] mukulga opened a new pull request, #62: adding few new working test cases for, xpath 3.1 'if' expression
via GitHub
-
[jira] [Comment Edited] (XALANJ-2691) Refactor: Replace direct DTM reference with XCI
Mukul Gandhi (Jira)
-
[jira] [Commented] (XALANJ-2691) Refactor: Replace direct DTM reference with XCI
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #61: deleting a .zip archive, containing xalanj xslt 3.0 latest developer build, as suggested by xalanj team
via GitHub
-
[jira] [Created] (XALANJ-2691) Refactor: Replace direct DTM reference with XCI
Joseph Kessselman (Jira)
-
XalanJ XSLT 3.0 experimental developer build
Mukul Gandhi
-
[GitHub] [xalan-java] mukulga opened a new pull request, #60: committing minor improvements to comments within, few of xalanj test case files on this branch. also committing an experimental xalanj xslt 3.0 developer binary release package, from latest codebase on this branch as of now (this could be used, to test xalanj's xslt 3.0 implementation as of now, without access to xalanj src code. test case folder with all its files are provided within this zip archive).
via GitHub
-
[jira] [Updated] (XALANJ-2690) Implementation of xpath 3.1 functions related to sequences, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #59: implementing the xpath 3.1 function fn:unordered. improving the implementations of xpath 3.1 functions fn:insert-before, fn:subsequence. adding few new working test cases for function fn:sort.
via GitHub
-
[jira] [Resolved] (XALANJ-2690) Implementation of xpath 3.1 functions related to sequences, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2690) Implementation of xpath 3.1 functions related to sequences, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #58: committing implementations of the following xpath 3.1 functions : fn:empty, fn:exists, fn:head, fn:tail, fn:insert-before, fn:remove, fn:reverse, fn:subsequence, along with few new working related test cases as well
via GitHub
-
[jira] [Resolved] (XALANJ-2689) Implementation of xpath 3.1 function fn:codepoint-equal, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2689) Implementation of xpath 3.1 function fn:codepoint-equal, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #57: committing implementation of xpath 3.1 fn:codepoint-equal function. doing little bit of codebase refactoring within class ElemCopyOf. completing the implementation of XML Schema data type xs:string for the xpath 3.1 implementation. there are few other minor codebase improvements as well. committing few new related working test cases as well, on this dev repos branch.
via GitHub
-
[jira] [Commented] (XALANJ-2422) TreeWalker set systemId to dummy.xsl always (patch merge issue with XALANJ-1985)
Joe Kesselman (Jira)
-
[jira] [Updated] (XALANJ-2370) java_cup - duplicate classes in classpath
Joe Kesselman (Jira)
-
[jira] [Commented] (XALANJ-2370) java_cup - duplicate classes in classpath
Joe Kesselman (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #56: fixing a codebase issue that got unknowingly introduced, with the class file XPathCollationSupport.java
via GitHub
-
[GitHub] [xalan-java] mukulga opened a new pull request, #55: implementation enhancements to xpath 3.1 fn:sort function to optionally use collation uri, and committing a new relevant working test case for these implementation changes. doing minor refactoring and codebase comments changes as well.
via GitHub
-
[jira] [Resolved] (XALANJ-2629) Trasformation using Xalan removes multiple namespaces from XML
Joe Kesselman (Jira)
-
[jira] [Updated] (XALANJ-2385) hi need a great help please post me :)
Joe Kesselman (Jira)
-
[jira] [Resolved] (XALANJ-2385) hi need a great help please post me :)
Joe Kesselman (Jira)
-
[jira] [Resolved] (XALANJ-2024) Axis name: preceding-sibling:: does not seem to work
Joe Kesselman (Jira)
-
[jira] [Resolved] (XALANJ-1122) Branch target offset too large for short
Joe Kesselman (Jira)
-
[jira] [Resolved] (XALANJ-1844) XMLReaderManager provides neither a way to clear its cache nor does it clear its cache by itself
Joe Kesselman (Jira)
-
[jira] [Reopened] (XALANJ-1122) Branch target offset too large for short
Joe Kesselman (Jira)
-
[jira] [Closed] (XALANJ-1844) XMLReaderManager provides neither a way to clear its cache nor does it clear its cache by itself
Joe Kesselman (Jira)
-
[jira] [Reopened] (XALANJ-1844) XMLReaderManager provides neither a way to clear its cache nor does it clear its cache by itself
Joe Kesselman (Jira)
-
[jira] [Updated] (XALANJ-1844) XMLReaderManager provides neither a way to clear its cache nor does it clear its cache by itself
Joe Kesselman (Jira)
-
[jira] [Closed] (XALANJ-2357) CLONE -UNC path support
Joe Kesselman (Jira)
-
[jira] [Closed] (XALANJ-1122) Branch target offset too large for short
Joe Kesselman (Jira)
-
[jira] (XALANJ-1122) Branch target offset too large for short
Joe Kesselman (Jira)
-
[jira] [Resolved] (XALANJ-2688) Implementation of xpath 3.1 function fn:compare, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2688) Implementation of xpath 3.1 function fn:compare, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Resolved] (XALANJ-2687) Implementation of xpath 3.1 collation support, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2687) Implementation of xpath 3.1 collation support, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #54: committing implementation of xpath 3.1 collation support, that has implementations of 'unicode codepoint collation' and 'unicode collation algorithm' as defined by xpath 3.1 f&o spec. also committing an implementation of xpath 3.1 fn:compare function that makes use of these implemented xpath collations. also committing few new working test cases, for these xpath implementation features. committing a minor enhancement to implementation of xsl:for-each-group instruction as well, along with a relevant new working test case.
via GitHub
-
[GitHub] [xalan-java] mukulga opened a new pull request, #53: committing few implementation enhancements to, few of xslt 3.0 language feature implementations. committing few related working test cases as well. minor improvements to, codebase comments as well within xalanj implementation on this branch.
via GitHub
-
Mailing list threading improvements
Christofer Dutz
-
[GitHub] [xalan-java] mukulga opened a new pull request, #52: committing few fixes and improvements to, xslt 3.0 and xpath 3.1 implementations, along with few new working test cases as well. minor codebase comments enhancements as well.
via GitHub
-
[jira] [Resolved] (XALANJ-2686) Implementation of xpath 3.1 functions fn:codepoints-to-string, fn:string-to-codepoints, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[jira] [Created] (XALANJ-2686) Implementation of xpath 3.1 functions fn:codepoints-to-string, fn:string-to-codepoints, for XalanJ's interpretive processor
Mukul Gandhi (Jira)
-
[GitHub] [xalan-java] mukulga opened a new pull request, #51: committing implementation of xpath 3.1 functions fn:codepoints-to-string, fn:string-to-codepoints, and few new related working test cases as well. adding and modifying few other working xslt 3.0 test cases as well. this commit also implements an enhancement, where xpath 3.1 function call arguments may be an xpath expression () (denoting an xpath empty sequence).
via GitHub
-
[jira] [Updated] (XALANJ-2673) Implementation of xpath 3.1 function item "inline function expression" processing, "built-in higher order functions" and "dynamic function calls", for XalanJ's interpretive processor
Mukul Gandhi (Jira)