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
> ---
>
>
[ 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
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.
>
[ 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
[
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
[ 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
[ 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
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
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
[ 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
[ 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
= new StreamSource(sr);
transformer.transform(strmsrc, strmrslt);
sw.flush();
String out = sw.toString();
sw.close();
System.out.println("===
[ http://nagoya.apache.org/jira/browse/XALANJ-762?page=history ]
Henry Zongaro updated XALANJ-762:
-
Priority: Major
> "Default identity" transform not generating namespace
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
&
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
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
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
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
=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
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
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
tests copy01,02,03,04 on identity transform |
+ ++
+ |Bug #: 2598Product: XalanJ2 |
+ | Status: NEW Version: 2.0.1
22 matches
Mail list logo