[jira] Reopened: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2006-12-12 Thread Brian Minchau (JIRA)
regressions and so was pulled out of both the main trunk and the tag xalan-j_2_7_1. This issue is now open once again. > XSLTC identity transform doesn't set all JAXP output properties > --- > >

[jira] Resolved: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2006-10-30 Thread Brian Minchau (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2133?page=all ] Brian Minchau resolved XALANJ-2133. --- Fix Version/s: Latest Development Code Resolution: Fixed I just committed the patch to the latest development code. > XSLTC identity transf

[jira] Commented: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2006-04-04 Thread Brian Minchau (JIRA)
Versions: 2.6 > Reporter: Brian Minchau > Assignee: Brian Minchau > Attachments: patch.jira.2133.txt > > When running the XSLTC identity transform via JAXP it is possible to > effectively set xsl:output properties via the JAXP setOutputProperty() method. >

[jira] Updated: (XALANJ-2015) Namespace handling in identity transform with a DOMSource is incorrect

2005-08-08 Thread Brian Minchau (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2015?page=all ] Brian Minchau updated XALANJ-2015: -- Fix Version: 2.7 (was: CurrentCVS) > Namespace handling in identity transform with a DOMSource is incorr

[jira] Commented: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2005-06-07 Thread Morris Kwan (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2133?page=comments#action_12312896 ] Morris Kwan commented on XALANJ-2133: - I have reviewed the patch. I did not find any problem in it. > XSLTC identity transform doesn't set all JAXP output pr

[jira] Assigned: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2005-06-02 Thread Brian Minchau (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2133?page=all ] Brian Minchau reassigned XALANJ-2133: - Assign To: Brian Minchau > XSLTC identity transform doesn't set all JAXP output pr

[jira] Updated: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2005-06-02 Thread Brian Minchau (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2133?page=all ] Brian Minchau updated XALANJ-2133: -- reviewer: [EMAIL PROTECTED] Reviewer set to Morris K. > XSLTC identity transform doesn't set all JAXP output pr

[jira] Commented: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2005-06-02 Thread Brian Minchau (JIRA)
with no code changes. It is more robust. It also gets the cdata-section-elements with values of the form "b1 {uri2}b2 " working right away, as the serializer is expecting that format for the value (XSLTC was not expecting that format). > XSLTC identity transform doesn't s

[jira] Created: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2005-06-01 Thread Brian Minchau (JIRA)
XSLTC identity transform doesn't set all JAXP output properties --- Key: XALANJ-2133 URL: http://issues.apache.org/jira/browse/XALANJ-2133 Project: XalanJ2 Type: Bug Reporter: Brian Minchau Attach

[jira] Updated: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2005-06-01 Thread Brian Minchau (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2133?page=all ] Brian Minchau updated XALANJ-2133: -- Xalan info: [PatchAvailable] > XSLTC identity transform doesn't set all JAXP output pr

[jira] Updated: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2005-06-01 Thread Brian Minchau (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2133?page=all ] Brian Minchau updated XALANJ-2133: -- Attachment: patch.jira.2133.txt Attaching patch. > XSLTC identity transform doesn't set all JAXP output pr

[jira] Commented: (XALANJ-2133) XSLTC identity transform doesn't set all JAXP output properties

2005-06-01 Thread Brian Minchau (JIRA)
= new StreamSource(sr); transformer.transform(strmsrc, strmrslt); sw.flush(); String out = sw.toString(); sw.close(); System.out.println("===

[jira] Updated: (XALANJ-762) "Default identity" transform not generating namespace declarations

2004-12-16 Thread Henry Zongaro (JIRA)
[ http://nagoya.apache.org/jira/browse/XALANJ-762?page=history ] Henry Zongaro updated XALANJ-762: - Priority: Major > "Default identity" transform not generating namespace

[jira] Resolved: (XALANJ-2015) Namespace handling in identity transform with a DOMSource is incorrect

2004-12-10 Thread Santiago Pericas-Geertsen (JIRA)
serializer. > Namespace handling in identity transform with a DOMSource is incorrect > -- > > Key: XALANJ-2015 > URL: http://nagoya.apache.org/jira/browse/XALANJ-2015 > Project: XalanJ2 &

[jira] Created: (XALANJ-2015) Namespace handling in identity transform with a DOMSource is incorrect

2004-12-10 Thread Santiago Pericas-Geertsen (JIRA)
Namespace handling in identity transform with a DOMSource is incorrect -- Key: XALANJ-2015 URL: http://nagoya.apache.org/jira/browse/XALANJ-2015 Project: XalanJ2 Type: Bug Components: XSLTC

Re: identity transform

2002-07-31 Thread Joseph Kesselman
not. HOWEVER: I may be misremembering, but my understanding was that signatures were only considered meaningful/stable on Canonicalized XML, where whitespace normalization has already been performed. So the answer may be that if your document would produce a different signature after being pa

identity transform

2002-07-31 Thread Tom Amiro
lic abstract Transformer newTransformer() throws TransformerConfigurationException Create a new Transformer object that performs a copy of the source to the result. There is a clear notion of an identity transform in the APIs, but either it is underspecified or Xalan decid

DO NOT REPLY [Bug 2598] - xsltc fails conf tests copy01,02,03,04 on identity transform

2001-09-18 Thread bugzilla
gzilla/show_bug.cgi?id=2598 xsltc fails conf tests copy01,02,03,04 on identity transform [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VE

[Bug 2598] - xsltc fails conf tests copy01,02,03,04 on identity transform

2001-07-31 Thread bugzilla
=2598 *** shadow/2598 Fri Jul 20 12:03:24 2001 --- shadow/2598.tmp.18134 Tue Jul 31 12:47:10 2001 *** *** 2,9 | xsltc fails conf tests copy01,02,03,04 on identity transform

[Bug 2598] - xsltc fails conf tests copy01,02,03,04 on identity transform

2001-07-20 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2598 *** shadow/2598 Fri Jul 13 13:02:08 2001 --- shadow/2598.tmp.26407 Fri Jul 20 12:03:24 2001 *** *** 2,11 | xsltc fails conf tests copy01,02,03,04 on identity transform

[Bug 2598] - xsltc fails conf tests copy01,02,03,04 on identity transform

2001-07-13 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2598 *** shadow/2598 Thu Jul 12 07:13:54 2001 --- shadow/2598.tmp.7404Fri Jul 13 13:02:08 2001 *** *** 54,57 used as comparison (Xalan, Saxon, and XT) produce the expected output. While this might seems like an inno

[Bug 2598] New: - xsltc fails conf tests copy01,02,03,04 on identity transform

2001-07-12 Thread bugzilla
tests copy01,02,03,04 on identity transform | + ++ + |Bug #: 2598Product: XalanJ2 | + | Status: NEW Version: 2.0.1