Re: [request to review, and vote] XalanJ 2.7.3 release candidate RC9

2023-03-19 Thread Joseph Kesselman
Unless we're sure the output is OK, I'd rather move whitespace35 to a separate under-investigation file which isn't normally run, instead of deleting it. (Known quibbles?) I still haven't gotten around to running the test suite against the currently released Xalan. If the same failures existed

Re: [request to review, and vote] XalanJ 2.7.3 release candidate RC9

2023-03-19 Thread Joseph Kesselman
I've been meaning to take a look; lemme do so now... -- /_ Joe Kesselman (he/him/his) -/ _) My Alexa skill for New Music/New Sounds fans: / https://www.amazon.com/dp/B09WJ3H657/ () Plaintext Ribbon Campaign /\ Stamp out HTML mail! From: Elliotte Rusty

Re: [request to review, and vote] XalanJ 2.7.3 release candidate RC9

2023-03-19 Thread Mukul Gandhi
Hi Joseph & all, On Sun, Mar 12, 2023 at 11:09 PM Joseph Kessselman wrote: > > I am still seeing ./build.sh conf.xsltc on Linux reporting failure on > multiple tests (whitespace35, output63, idkey49, idkey31, math111) > Technically since conf.xsltc reports > success we can defend this as a

Re: [request to review, and vote] XalanJ 2.7.3 release candidate RC9

2023-03-19 Thread Joseph Kessselman
The question seems to be whether applies to data fetched with document() as well as to the input document. The definition of xsl:strip-space says "For source documents, [...]". And document()'s definition is in section 12.1, https://www.w3.org/TR/xslt-10/#document, explicitly labelled

Re: [request to review, and vote] XalanJ 2.7.3 release candidate RC9

2023-03-19 Thread Joseph Kessselman
(Being a known bug may be why we are considering the regression test successful when this one fails. It isn't a _regression_, it just hasn't been fixed yet.) On 3/19/2023 1:31 PM, Joseph Kesselman wrote: I've been meaning to take a look; lemme do so now... --    /_  Joe Kesselman

Re: [request to review, and vote] XalanJ 2.7.3 release candidate RC9

2023-03-19 Thread Elliotte Rusty Harold
On Sun, Mar 19, 2023 at 6:57 PM Joseph Kessselman wrote: > > The question seems to be whether applies to > data fetched with document() as well as to the input document. That sounds right, I missed that when I looked at the test. > As I read it, that does seem to mean strip-space is intended

Re: [request to review, and vote] XalanJ 2.7.3 release candidate RC9

2023-03-19 Thread Elliotte Rusty Harold
At first look, I think the whitespace35 test is simply wrong. The spec isn't a "little vague" about whitespace stripping here. It doesn't say anything about it, which means whitespace nodes should not be stripped. If I'm missing something in the XSLT 1.0 spec that indicates whitespace nodes should

Re: [request to review, and vote] XalanJ 2.7.3 release candidate RC9

2023-03-19 Thread Mukul Gandhi
Hi Elliotte & all, On Sun, Mar 19, 2023 at 6:29 PM Elliotte Rusty Harold wrote: > Do you have a link to whitespace35? Following are the XalanJ test suite links for this test. The XSLT 1.0 transformation that needs to be done is following (i.e, transform XML document whitespace35.xml with the

Re: [request to review, and vote] XalanJ 2.7.3 release candidate RC9

2023-03-19 Thread Elliotte Rusty Harold
Do you have a link to whitespace35? On Sun, Mar 19, 2023 at 11:44 AM Mukul Gandhi wrote: > > Hi Joseph & all, > > On Sun, Mar 12, 2023 at 11:09 PM Joseph Kessselman > wrote: > > > > I am still seeing ./build.sh conf.xsltc on Linux reporting failure on > > multiple tests (whitespace35,

[jira] [Updated] (XALANJ-2642) with html xsl:output method, and default html namespace present on the xslt stylesheet, certain html like tags within the input xml are not being generated with xml synt

2023-03-19 Thread Mukul Gandhi (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi updated XALANJ-2642: - Description: This XalanJ bug is, reflected with the conf.xsltc test case output63. Following

[jira] [Created] (XALANJ-2642) with html xsl:output method, and default html namespace present on the xslt stylesheet, certain html like tags within the input xml are not being generated with xml synt

2023-03-19 Thread Mukul Gandhi (Jira)
Mukul Gandhi created XALANJ-2642: Summary: with html xsl:output method, and default html namespace present on the xslt stylesheet, certain html like tags within the input xml are not being generated with xml syntax on the xslt transformation