[PR] XALANJ-2785: Add support for XSLTC translets to store nampace->prefix map [xalan-java]

2024-09-27 Thread via GitHub
andreas-ibm opened a new pull request, #189: URL: https://github.com/apache/xalan-java/pull/189 This modifies xsl:element processing in the xsltc engine to stop using a global `generatePrefix` for every single literal namespace. This fixes [XALANJ-2785](https://issues.apache.org/ji

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-java]

2024-09-23 Thread via GitHub
kubycsolutions commented on PR #166: URL: https://github.com/apache/xalan-java/pull/166#issuecomment-2368829197 I believe a fix for this issue has already been committed; if you agree, we should close this pull request. -- This is an automated message from the Apache Git Service. To resp

Re: [PR] XALANJ-2784: add missing optional dependency for bsf [xalan-java]

2024-09-23 Thread via GitHub
kubycsolutions commented on PR #188: URL: https://github.com/apache/xalan-java/pull/188#issuecomment-2368809843 Looks good to me. And yes, we really need to release this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[PR] XALANJ-2784: add missing optional dependency for bsf [xalan-java]

2024-09-23 Thread via GitHub
SingingBush opened a new pull request, #188: URL: https://github.com/apache/xalan-java/pull/188 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Clear cached number value when XString is set() [xalan-c]

2024-09-10 Thread via GitHub
BilawalAhmed0900 closed pull request #43: Clear cached number value when XString is set() URL: https://github.com/apache/xalan-c/pull/43 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[PR] Clear cached number value when XString is set() [xalan-c]

2024-09-10 Thread via GitHub
BilawalAhmed0900 opened a new pull request, #43: URL: https://github.com/apache/xalan-c/pull/43 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] XALANJ-2664: Determine the parent ClassLoader for ByteArrayClassLoader [xalan-java]

2024-04-18 Thread via GitHub
jkesselm merged PR #186: URL: https://github.com/apache/xalan-java/pull/186 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache

Re: [PR] XALANJ-2664: Determine the parent ClassLoader for ByteArrayClassLoader [xalan-java]

2024-04-18 Thread via GitHub
jamesnetherton commented on PR #186: URL: https://github.com/apache/xalan-java/pull/186#issuecomment-2063923919 @jkesselm there's an overview here: https://issues.apache.org/jira/browse/XALANJ-2664 My use case is for XSLT with Apache Camel Quarkus where we support running appli

Re: [PR] XALANJ-2664: Determine the parent ClassLoader for ByteArrayClassLoader [xalan-java]

2024-04-18 Thread via GitHub
jkesselm commented on PR #186: URL: https://github.com/apache/xalan-java/pull/186#issuecomment-2063880809 The change looks harmless, but an explanation/justification would still be good practice, eg mention what breaks without the super(parent). -- This is an automated message from the Ap

[PR] XALANJ-2664: Determine the parent ClassLoader for ByteArrayClassLoader [xalan-java]

2024-04-18 Thread via GitHub
jamesnetherton opened a new pull request, #186: URL: https://github.com/apache/xalan-java/pull/186 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[PR] XALANC-743: transform with broken supplementary characters [xalan-c]

2024-03-20 Thread via GitHub
yhyacinth opened a new pull request, #42: URL: https://github.com/apache/xalan-c/pull/42 * Fix FunctionSubstring implementation to count the string data length considering the surrogate pair If you transform when Unicode supplementary characters is included in the input, the output w

Re: [PR] committing implementation of xpath 3.1 arrays constructed with xpath square array constructor syntax, implementation of xpath 3.1 functions array:size, array:get, array:put, and few new relat

2024-02-29 Thread via GitHub
mukulga merged PR #185: URL: https://github.com/apache/xalan-java/pull/185 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of xpath 3.1 arrays constructed with xpath square array constructor, implementation of xpath 3.1 functions array:size, array:get, array:put, and few new related xsl3 tes

2024-02-29 Thread via GitHub
mukulga opened a new pull request, #185: URL: https://github.com/apache/xalan-java/pull/185 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] Xalanj 2725 [xalan-test]

2024-02-23 Thread via GitHub
jkesselm merged PR #11: URL: https://github.com/apache/xalan-test/pull/11 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.o

Re: [PR] XALANJ-2725: Fix for when UTF16 surrogate pair crosses buffer boundaries [xalan-java]

2024-02-23 Thread via GitHub
jkesselm merged PR #184: URL: https://github.com/apache/xalan-java/pull/184 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache

[PR] Xalanj 2725 [xalan-test]

2024-02-22 Thread via GitHub
jkesselm opened a new pull request, #11: URL: https://github.com/apache/xalan-test/pull/11 New tests for XALANJ-2725, courtesy of @maxfortun. There is a matching changeset in xalan-java with fixes to resolve this test. -- This is an automated message from the Apache Git Service. To respo

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-test]

2024-02-22 Thread via GitHub
jkesselm closed pull request #10: UTF16 buffer boundary XALANJ-2725 URL: https://github.com/apache/xalan-test/pull/10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-test]

2024-02-22 Thread via GitHub
jkesselm commented on PR #10: URL: https://github.com/apache/xalan-test/pull/10#issuecomment-1960247903 This changeset is incorporated -- and properly credited -- in https://github.com/apache/xalan-test/tree/XALANJ-2725, which I'm issuing a pull request for. So merging that will merge this,

[PR] XALANJ-2725: Fix for when UTF16 surrogate pair crosses buffer boundaries [xalan-java]

2024-02-22 Thread via GitHub
jkesselm opened a new pull request, #184: URL: https://github.com/apache/xalan-java/pull/184 Fixes the specific buffer-crossing issue tested in the associated xalan-test branch. As discussed in XALANJ-2725, there are still some edge conditions possible here. But it fixes one known b

Re: [PR] committing implementation of xpath 3.1 functions fn:resolve-QName, fn:QName along with few new working related test cases as well. committing related modifications to xpath 3.1 'instance of'

2024-02-21 Thread via GitHub
mukulga merged PR #183: URL: https://github.com/apache/xalan-java/pull/183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of xpath 3.1 functions fn:resolve-QName, fn:QName along with few new working related test cases as well. committing related modifications to xpath 3.1 'instance of' expr

2024-02-21 Thread via GitHub
mukulga opened a new pull request, #183: URL: https://github.com/apache/xalan-java/pull/183 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing implementation of xpath 3.1 function fn:document-uri, and related working new test case as well. also committing minor code refactoring of few other xalanj files on this dev repos

2024-02-20 Thread via GitHub
mukulga merged PR #182: URL: https://github.com/apache/xalan-java/pull/182 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of xpath 3.1 function fn:document-uri, and related working new test case as well. also committing minor code refactoring of few other xalanj files on this dev repos bran

2024-02-20 Thread via GitHub
mukulga opened a new pull request, #182: URL: https://github.com/apache/xalan-java/pull/182 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

[PR] Fix header guard in XalanICUMessageLoader.hpp [xalan-c]

2024-02-14 Thread via GitHub
dtikhonov opened a new pull request, #41: URL: https://github.com/apache/xalan-c/pull/41 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

Re: [PR] making few minor changes to xpath 3.1 fn:base-uri's test case java file [xalan-java]

2024-02-11 Thread via GitHub
mukulga merged PR #181: URL: https://github.com/apache/xalan-java/pull/181 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] making few minor changes to xpath 3.1 fn:base-uri's test case java file [xalan-java]

2024-02-11 Thread via GitHub
mukulga opened a new pull request, #181: URL: https://github.com/apache/xalan-java/pull/181 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] adding a working new test case for the xpath 3.1 function fn:base-uri, and making few minor modifications to an earlier committed test case [xalan-java]

2024-02-11 Thread via GitHub
mukulga merged PR #180: URL: https://github.com/apache/xalan-java/pull/180 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] adding a working new test case for the xpath 3.1 function fn:base-uri, and making few minor modifications to an earlier committed test case [xalan-java]

2024-02-11 Thread via GitHub
mukulga opened a new pull request, #180: URL: https://github.com/apache/xalan-java/pull/180 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing implementation of xpath 3.1 fn:base-uri function, and a related new working test case. also committing minor improvements to comments within the class XNodeSet. [xalan-java]

2024-02-10 Thread via GitHub
mukulga merged PR #179: URL: https://github.com/apache/xalan-java/pull/179 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of xpath 3.1 fn:base-uri function, and a related new working test case. also committing minor improvements to comments within the class XNodeSet. [xalan-java]

2024-02-10 Thread via GitHub
mukulga opened a new pull request, #179: URL: https://github.com/apache/xalan-java/pull/179 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] adding support for few new system properties, whose values are returned by function fn:system-property [xalan-java]

2024-02-08 Thread via GitHub
mukulga merged PR #178: URL: https://github.com/apache/xalan-java/pull/178 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] adding support for few new system properties, whose values are returned by function fn:system-property [xalan-java]

2024-02-08 Thread via GitHub
mukulga opened a new pull request, #178: URL: https://github.com/apache/xalan-java/pull/178 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing implementation of xs:anyURI data type, and few related new working test cases as well. also committing few other related modifications as well. [xalan-java]

2024-02-08 Thread via GitHub
mukulga merged PR #177: URL: https://github.com/apache/xalan-java/pull/177 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of xs:anyURI data type, and few related new working test cases as well. also committing few other related modifications as well. [xalan-java]

2024-02-08 Thread via GitHub
mukulga opened a new pull request, #177: URL: https://github.com/apache/xalan-java/pull/177 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

[PR] XALANJ-2727: update pom & fix javadoc errors [xalan-java]

2024-02-06 Thread via GitHub
SingingBush opened a new pull request, #176: URL: https://github.com/apache/xalan-java/pull/176 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] committing improvements to xpath 3.1 sequence type checking [xalan-java]

2024-02-05 Thread via GitHub
mukulga merged PR #175: URL: https://github.com/apache/xalan-java/pull/175 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing improvements to xpath 3.1 sequence type checking [xalan-java]

2024-02-05 Thread via GitHub
mukulga opened a new pull request, #175: URL: https://github.com/apache/xalan-java/pull/175 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing implementation of xpath 3.1 fn:default-collation function, and few related working new test cases as well [xalan-java]

2024-02-04 Thread via GitHub
mukulga merged PR #174: URL: https://github.com/apache/xalan-java/pull/174 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of xpath 3.1 fn:default-collation function, and few related working new test cases as well [xalan-java]

2024-02-04 Thread via GitHub
mukulga opened a new pull request, #174: URL: https://github.com/apache/xalan-java/pull/174 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] doing little bit of refactoring of xalanj's xsl3 test suite codebase files [xalan-java]

2024-02-03 Thread via GitHub
mukulga merged PR #173: URL: https://github.com/apache/xalan-java/pull/173 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] doing little bit of refactoring of xalanj's xsl3 test suite codebase files [xalan-java]

2024-02-03 Thread via GitHub
mukulga opened a new pull request, #173: URL: https://github.com/apache/xalan-java/pull/173 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing implementation of fn:index-of function's optional collation argument, along with a related new working test case. doing minor improvements to comments within few other xsl3 test ca

2024-02-03 Thread via GitHub
mukulga merged PR #172: URL: https://github.com/apache/xalan-java/pull/172 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of fn:index-of function's optional collation argument, along with a related new working test case. doing minor improvements to comments within few other xsl3 test case f

2024-02-03 Thread via GitHub
mukulga opened a new pull request, #172: URL: https://github.com/apache/xalan-java/pull/172 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] XALANJ-2618 Invalid encodings in Encodings.properties [xalan-java]

2024-02-02 Thread via GitHub
jkesselm closed pull request #167: XALANJ-2618 Invalid encodings in Encodings.properties URL: https://github.com/apache/xalan-java/pull/167 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [PR] committing improvements to fn:distinct-values function's processing, when using xsl3 'as' attribute on an element xsl:variable [xalan-java]

2024-02-01 Thread via GitHub
mukulga merged PR #171: URL: https://github.com/apache/xalan-java/pull/171 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

Re: [PR] implementing xpath 3.1 fn:distinct-values function's collation argument, and a related new working test case [xalan-java]

2024-01-31 Thread via GitHub
mukulga merged PR #170: URL: https://github.com/apache/xalan-java/pull/170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] implementing xpath 3.1 fn:distinct-values function's collation argument, and a related new working test case [xalan-java]

2024-01-31 Thread via GitHub
mukulga opened a new pull request, #170: URL: https://github.com/apache/xalan-java/pull/170 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] improvements to xpath 3.1 fn:deep-equal function's implementation, for the collation support [xalan-java]

2024-01-30 Thread via GitHub
mukulga merged PR #169: URL: https://github.com/apache/xalan-java/pull/169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] improvements to xpath 3.1 fn:deep-equal function's implementation, for the collation support [xalan-java]

2024-01-30 Thread via GitHub
mukulga opened a new pull request, #169: URL: https://github.com/apache/xalan-java/pull/169 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

[PR] UTF16 buffer boundary XALANJ-2725 [xalan-test]

2024-01-29 Thread via GitHub
maxfortun opened a new pull request, #10: URL: https://github.com/apache/xalan-test/pull/10 https://issues.apache.org/jira/browse/XALANJ-2725 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

Re: [PR] Improved encoding lookup [xalan-java]

2024-01-27 Thread via GitHub
jkesselm merged PR #168: URL: https://github.com/apache/xalan-java/pull/168 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache

[PR] Improved encoding lookup [xalan-java]

2024-01-26 Thread via GitHub
jkesselm opened a new pull request, #168: URL: https://github.com/apache/xalan-java/pull/168 As [Cédric Damioli](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cdamioli) has pointed out, the logic in Encodings.java relied upon `Hashtable` behavior that changed between Java 1.8

Re: [PR] XALANJ-2618 Invalid encodings in Encodings.properties [xalan-java]

2024-01-26 Thread via GitHub
jkesselm commented on PR #167: URL: https://github.com/apache/xalan-java/pull/167#issuecomment-1912916533 We both have solutions (mine is at https://github.com/apache/xalan-java/tree/XALANJ-2618), I think I like my fix a bit better, since it resolves the problem without having to remove enc

[PR] XALANJ-2618 Invalid encodings in Encodings.properties [xalan-java]

2024-01-25 Thread via GitHub
cdamioli opened a new pull request, #167: URL: https://github.com/apache/xalan-java/pull/167 Encodings.properties contains invalig encodings. Since Java 9+ it causes issues while serializing ISO-8859-1 characters -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-java]

2024-01-24 Thread via GitHub
jkesselm commented on PR #166: URL: https://github.com/apache/xalan-java/pull/166#issuecomment-1908848362 Looks more plausible, though I'm still not sure writing out an NCE for an isolated high surrogate is a win. I still sorta hate the idea of adding Still More Conditionals to the r

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-java]

2024-01-24 Thread via GitHub
maxfortun commented on code in PR #166: URL: https://github.com/apache/xalan-java/pull/166#discussion_r1465447856 ## serializer/src/main/java/org/apache/xml/serializer/ToStream.java: ## @@ -1595,23 +1599,40 @@ else if (m_encodingInfo.isInEncoding(ch)) {

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-java]

2024-01-24 Thread via GitHub
jkesselm commented on code in PR #166: URL: https://github.com/apache/xalan-java/pull/166#discussion_r1465440629 ## serializer/src/main/java/org/apache/xml/serializer/ToStream.java: ## @@ -1595,23 +1599,40 @@ else if (m_encodingInfo.isInEncoding(ch)) { /

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-java]

2024-01-24 Thread via GitHub
maxfortun commented on code in PR #166: URL: https://github.com/apache/xalan-java/pull/166#discussion_r1465446880 ## serializer/src/main/java/org/apache/xml/serializer/ToStream.java: ## @@ -1595,23 +1599,40 @@ else if (m_encodingInfo.isInEncoding(ch)) {

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-java]

2024-01-24 Thread via GitHub
maxfortun commented on code in PR #166: URL: https://github.com/apache/xalan-java/pull/166#discussion_r1465445384 ## serializer/src/main/java/org/apache/xml/serializer/ToStream.java: ## @@ -1595,23 +1599,40 @@ else if (m_encodingInfo.isInEncoding(ch)) {

Re: [PR] UTF16 buffer boundary XALANJ-2725 [xalan-java]

2024-01-24 Thread via GitHub
jkesselm commented on code in PR #166: URL: https://github.com/apache/xalan-java/pull/166#discussion_r1465440629 ## serializer/src/main/java/org/apache/xml/serializer/ToStream.java: ## @@ -1595,23 +1599,40 @@ else if (m_encodingInfo.isInEncoding(ch)) { /

[PR] updated [xalan-java]

2024-01-24 Thread via GitHub
maxfortun opened a new pull request, #166: URL: https://github.com/apache/xalan-java/pull/166 https://issues.apache.org/jira/browse/XALANJ-2725 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] committing few new working test cases for xpath 3.1 fn:deep-equal function, that make use of this function's collation argument [xalan-java]

2024-01-24 Thread via GitHub
mukulga merged PR #165: URL: https://github.com/apache/xalan-java/pull/165 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

Re: [PR] Make sure the new stream tests gate apitest success or failure [xalan-test]

2024-01-23 Thread via GitHub
jkesselm merged PR #9: URL: https://github.com/apache/xalan-test/pull/9 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org

[PR] Make sure the new stream tests gate apitest success or failure [xalan-test]

2024-01-23 Thread via GitHub
jkesselm opened a new pull request, #9: URL: https://github.com/apache/xalan-test/pull/9 Notes to myself: Apparently we're relying on an explicit list of expected-good tests in build.xml, looking for the Pass-testname files. There is currently one known fail in SmoketestOuttake

Re: [PR] Xalanj 2419 -- Issues serializing astral characters [xalan-test]

2024-01-23 Thread via GitHub
jkesselm merged PR #8: URL: https://github.com/apache/xalan-test/pull/8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org

Re: [PR] XALANJ-2419: Erroneous serialization of astral characters [xalan-java]

2024-01-23 Thread via GitHub
jkesselm merged PR #163: URL: https://github.com/apache/xalan-java/pull/163 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache

Re: [PR] improving xpath 3.1 function fn:deep-equal's implementation, by adding support for collation argument. adding a new working related test case as well. committing new xercesj implementation ja

2024-01-23 Thread via GitHub
mukulga merged PR #164: URL: https://github.com/apache/xalan-java/pull/164 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] improving xpath 3.1 function fn:deep-equal's implementation, by adding support for collation argument. adding a new working related test case as well. committing new xercesj implementation jar as

2024-01-23 Thread via GitHub
mukulga opened a new pull request, #164: URL: https://github.com/apache/xalan-java/pull/164 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

[PR] XALANJ-2419: Erroneous serialization of astral characters [xalan-java]

2024-01-23 Thread via GitHub
jkesselm opened a new pull request, #163: URL: https://github.com/apache/xalan-java/pull/163 See also https://github.com/apache/xalan-test/compare/master...XALANJ-2419 Note that there is a remaining edge case, https://issues.apache.org/jira/browse/XALANJ-2725, but this PR is a definit

[PR] Xalanj 2419 -- Issues serializing astral characters [xalan-test]

2024-01-23 Thread via GitHub
jkesselm opened a new pull request, #8: URL: https://github.com/apache/xalan-test/pull/8 See also https://github.com/apache/xalan-java/compare/master...XALANJ-2419 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] fixing an issue related to evaluation of xsl:attribute instruction having 'select' attribute, along with a related working new test case [xalan-java]

2024-01-22 Thread via GitHub
mukulga merged PR #162: URL: https://github.com/apache/xalan-java/pull/162 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] fixing an issue related to evaluation of xsl:attribute instruction having 'select' attribute, along with a related working new test case [xalan-java]

2024-01-22 Thread via GitHub
mukulga opened a new pull request, #162: URL: https://github.com/apache/xalan-java/pull/162 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] making minor changes to comments within one of the xalanj class on this dev repos branch. also adding few new working related test cases as well. [xalan-java]

2024-01-20 Thread via GitHub
mukulga merged PR #161: URL: https://github.com/apache/xalan-java/pull/161 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] making minor changes to comments within one of the xalanj class on this dev repos branch. also adding few new working related test cases as well. [xalan-java]

2024-01-20 Thread via GitHub
mukulga opened a new pull request, #161: URL: https://github.com/apache/xalan-java/pull/161 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing improvements to implementation of xpath 3.1 function fn:deep-equal, and new xercesj library jar (xercesj trunk variant) having minor code modifications that were needed for fn:deep

2024-01-19 Thread via GitHub
mukulga merged PR #160: URL: https://github.com/apache/xalan-java/pull/160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing improvements to implementation of xpath 3.1 function fn:deep-equal, and new xercesj library jar (xercesj trunk variant) having minor code modifications that were needed for fn:deep-equ

2024-01-19 Thread via GitHub
mukulga opened a new pull request, #160: URL: https://github.com/apache/xalan-java/pull/160 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] improving the implementation of xpath 3.1 fn:deep-equal function, and adding few new related working test cases as well [xalan-java]

2024-01-15 Thread via GitHub
mukulga merged PR #159: URL: https://github.com/apache/xalan-java/pull/159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] improving the implementation of xpath 3.1 fn:deep-equal function, and adding few new related working test cases as well [xalan-java]

2024-01-15 Thread via GitHub
mukulga opened a new pull request, #159: URL: https://github.com/apache/xalan-java/pull/159 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] adding few new working w3c xslt 3.0 test cases for xpath 3.1 function fn:deep-equal [xalan-java]

2024-01-14 Thread via GitHub
mukulga merged PR #158: URL: https://github.com/apache/xalan-java/pull/158 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

Re: [PR] fixing a bug when certain xpath 3.1 sequence type expressions are evaluated. adding few related new working test cases as well. [xalan-java]

2024-01-12 Thread via GitHub
mukulga merged PR #157: URL: https://github.com/apache/xalan-java/pull/157 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] fixing a bug when certain xpath 3.1 sequence type expressions are evaluated. adding few related new working test cases as well. [xalan-java]

2024-01-12 Thread via GitHub
mukulga opened a new pull request, #157: URL: https://github.com/apache/xalan-java/pull/157 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] adding few new working test cases, for an xslt 3.0 and xpath 3.1 article that is available on the site www.xml.com [xalan-java]

2024-01-11 Thread via GitHub
mukulga merged PR #156: URL: https://github.com/apache/xalan-java/pull/156 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] adding few new working test cases, for an xslt 3.0 and xpath 3.1 article that is available on the site www.xml.com [xalan-java]

2024-01-11 Thread via GitHub
mukulga opened a new pull request, #156: URL: https://github.com/apache/xalan-java/pull/156 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] adding few working xslt 3.0 test cases, related to xdm xs:dateTime values [xalan-java]

2024-01-10 Thread via GitHub
mukulga merged PR #155: URL: https://github.com/apache/xalan-java/pull/155 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] adding few working xslt 3.0 test cases, related to xdm xs:dateTime values [xalan-java]

2024-01-10 Thread via GitHub
mukulga opened a new pull request, #155: URL: https://github.com/apache/xalan-java/pull/155 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing implementation of various xpath 3.1 functions related to component extraction from date and time values, along with few related new working test cases as well [xalan-java]

2024-01-09 Thread via GitHub
mukulga merged PR #154: URL: https://github.com/apache/xalan-java/pull/154 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of various xpath 3.1 functions related to component extraction from date and time values, along with few related new working test cases as well [xalan-java]

2024-01-09 Thread via GitHub
mukulga opened a new pull request, #154: URL: https://github.com/apache/xalan-java/pull/154 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing implementation of few xpath 3.1 functions related to xs:dateTime values, and few related new working test cases as well [xalan-java]

2024-01-08 Thread via GitHub
mukulga merged PR #153: URL: https://github.com/apache/xalan-java/pull/153 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of few xpath 3.1 functions related to xs:dateTime values, and few related new working test cases as well [xalan-java]

2024-01-08 Thread via GitHub
mukulga opened a new pull request, #153: URL: https://github.com/apache/xalan-java/pull/153 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing implementation of xpath 3.1 function fn:dateTime, along with few related working test cases as well [xalan-java]

2024-01-08 Thread via GitHub
mukulga merged PR #152: URL: https://github.com/apache/xalan-java/pull/152 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of xpath 3.1 function fn:dateTime, along with few related working test cases as well [xalan-java]

2024-01-08 Thread via GitHub
mukulga opened a new pull request, #152: URL: https://github.com/apache/xalan-java/pull/152 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] improving xslt serialization of string values with xsl:value-of instruction, when the string values are produced progressively via recursion [xalan-java]

2024-01-07 Thread via GitHub
mukulga merged PR #151: URL: https://github.com/apache/xalan-java/pull/151 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] improving xslt serialization of string values with xsl:value-of instruction, when the string values are produced progressively via recursion [xalan-java]

2024-01-07 Thread via GitHub
mukulga opened a new pull request, #151: URL: https://github.com/apache/xalan-java/pull/151 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] adding a new working xslt 3.0 test case, for xsl:import-schema instruction while using an xml schema simple type with variety union [xalan-java]

2024-01-06 Thread via GitHub
mukulga merged PR #150: URL: https://github.com/apache/xalan-java/pull/150 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] adding a new working xslt 3.0 test case, for xsl:import-schema instruction while using an xml schema simple type with variety union [xalan-java]

2024-01-06 Thread via GitHub
mukulga opened a new pull request, #150: URL: https://github.com/apache/xalan-java/pull/150 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing improvements to implementation of xslt's xsl:import-schema instruction, and committing few new working related test cases as well [xalan-java]

2024-01-05 Thread via GitHub
mukulga merged PR #149: URL: https://github.com/apache/xalan-java/pull/149 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing improvements to implementation of xslt's xsl:import-schema instruction, and committing few new working related test cases as well [xalan-java]

2024-01-05 Thread via GitHub
mukulga opened a new pull request, #149: URL: https://github.com/apache/xalan-java/pull/149 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] committing implementation of xslt 3.0's xsl:import-schema instruction, that is currently limited to having an imported xml schema document as xml child elements of xsl:import-schema element.

2024-01-04 Thread via GitHub
mukulga merged PR #148: URL: https://github.com/apache/xalan-java/pull/148 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

[PR] committing implementation of xslt 3.0's xsl:import-schema instruction, that is currently limited to having an imported xml schema document as xml child elements of xsl:import-schema element. comm

2024-01-04 Thread via GitHub
mukulga opened a new pull request, #148: URL: https://github.com/apache/xalan-java/pull/148 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] adding a working new test case for xsl:for-each-group instruction [xalan-java]

2023-12-31 Thread via GitHub
mukulga merged PR #147: URL: https://github.com/apache/xalan-java/pull/147 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.

  1   2   3   4   5   6   7   8   9   >