hi,
I'm building from the command line.
i successfully build xcerces now building xalan.
but got this error:
/Users/marcvano/Desktop/xml-xalan/c/src/xalanc/XMLSupport/
FormatterToHTML.hpp:85: error:
xalanc_1_9::FormatterToHTML::FormatterToHTML(xalanc_1_9::Writer&,
const
xalanc_1_9::X
[ http://issues.apache.org/jira/browse/XALANJ-2130?page=all ]
Brian Minchau updated XALANJ-2130:
--
Attachment: cdata-section-elements.patch.jira2130.txt
Attaching patch.
> cdata-section-elements are not properly set via JAXP
> --
[ 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 properties
>
[ http://issues.apache.org/jira/browse/XALANJ-1978?page=all ]
Henry Zongaro reopened XALANJ-1978:
---
Reopening as the original fix was only applied to TransformerImpl.
> Using StreamResult with File argument throws exception
> -
[ 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 properties
>
[ http://issues.apache.org/jira/browse/XALANJ-2130?page=all ]
Brian Minchau updated XALANJ-2130:
--
Description:
Section 16. of the XSLT 1.0 recommendation ( see http://www.w3.org/TR/xslt )
says this:
<<
A stylesheet may contain multiple xsl:output elemen
[ http://issues.apache.org/jira/browse/XALANJ-2137?page=all ]
Brian Minchau updated XALANJ-2137:
--
reviewer: [EMAIL PROTECTED]
Reviewer set to Henry Z.
> XSLTC does not support all extension xsl:output attributes
> --
[
http://issues.apache.org/jira/browse/XALANJ-2133?page=comments#action_66909 ]
Brian Minchau commented on XALANJ-2133:
---
The patch is rather simple. Rather than parse the java.util.Properties object,
as created from JAXP, and pass only the attrib
CLONE -substring-before and substring-after
---
Key: XALANC-524
URL: http://issues.apache.org/jira/browse/XALANC-524
Project: XalanC
Type: Bug
Components: XPathC
Versions: 1.4.x
Environment: Operating System: Linux
[ http://issues.apache.org/jira/browse/XALANJ-2137?page=all ]
Brian Minchau updated XALANJ-2137:
--
Xalan info: [PatchAvailable]
> XSLTC does not support all extension xsl:output attributes
> --
>
>
[ http://issues.apache.org/jira/browse/XALANJ-2137?page=all ]
Brian Minchau updated XALANJ-2137:
--
Attachment: extension.output.attrs.2137.patch3.txt
Attaching a patch which does the following
=
[ http://issues.apache.org/jira/browse/XALANC-525?page=all ]
David Bertoni resolved XALANC-525:
--
Resolution: Duplicate
These bugs are already fixed in the CVS repository.
> gcc 3.4 build problems: hidden copy constructors incompatible with binding
[ http://issues.apache.org/jira/browse/XALANJ-2130?page=all ]
Brian Minchau updated XALANJ-2130:
--
Description:
Section 16. of the XSLT 1.0 recommendation ( see http://www.w3.org/TR/xslt )
says this:
<<
A stylesheet may contain multiple xsl:output eleme
[
http://issues.apache.org/jira/browse/XALANJ-2130?page=comments#action_66890 ]
Brian Minchau commented on XALANJ-2130:
---
Two things don't work properly. First we can't set cdata-section-names using
the {uri}localname format within the stylesheet,
Excellent! This explains why FreeBSD 5.4 with gcc 3.4.3 needed its numerous
patches for these hidden constructors, why a linux build had a similar issue,
and probably why the individual running into a similar-sounding issue with
Solaris had problems.
On Thursday 02 June 2005 10:27 am, Stephen (
[ http://issues.apache.org/jira/browse/XALANC-524?page=all ]
David Bertoni closed XALANC-524:
Assign To: (was: Xalan Developers Mailing List)
Resolution: Invalid
> CLONE -substring-before and substring-after
> --
gcc 3.4 build problems: hidden copy constructors incompatible with binding an
rvalue to a const reference
-
Key: XALANC-525
URL: http://issues.apache.org/jira/browse/XALANC-52
[ http://issues.apache.org/jira/browse/XALANJ-2137?page=all ]
Brian Minchau reassigned XALANJ-2137:
-
Assign To: Brian Minchau
> XSLTC does not support all extension xsl:output attributes
> --
>
[
http://issues.apache.org/jira/browse/XALANC-524?page=comments#action_66875 ]
pohl commented on XALANC-524:
-
My apologies for opening this issue. I was thinking that the 'clone'
feature of JIRA would allow me to file an identical issue against
XalanJ.
Th
XSLTC does not support all extension xsl:output attributes
--
Key: XALANJ-2137
URL: http://issues.apache.org/jira/browse/XALANJ-2137
Project: XalanJ2
Type: Bug
Components: XSLTC
Reporter: Brian Minchau
[
http://issues.apache.org/jira/browse/XALANJ-2130?page=comments#action_66874 ]
Brian Minchau commented on XALANJ-2130:
---
After investigation I find that the only problem is that the format of the name
"{uri}local" is not handled by the XSLTC code
[
http://issues.apache.org/jira/browse/XALANC-245?page=comments#action_66871 ]
Joe Kesselman commented on XALANC-245:
--
Issues should be entered specifically for the processor you encounter them in.
At this point, the Java and C++ code have diverge
[
http://issues.apache.org/jira/browse/XALANC-245?page=comments#action_66859 ]
pohl commented on XALANC-245:
-
We have encountered this exact issue in XalanJ 2.6.0. I can't
find a XalanJ issue that tracks fixing it.
Is it Xalan developer policy to fix both
JAXP 1.3: Fix error handling behavior
-
Key: XALANJ-2134
URL: http://issues.apache.org/jira/browse/XALANJ-2134
Project: XalanJ2
Type: Bug
Components: JAXP
Versions: CurrentCVS
Reporter: Morris Kwan
Taken from the
JAXP 1.3: support the secure processing feature
---
Key: XALANJ-2136
URL: http://issues.apache.org/jira/browse/XALANJ-2136
Project: XalanJ2
Type: Bug
Components: JAXP
Versions: CurrentCVS
Reporter: Morris Kw
JAXP 1.3: Contribute API testcases for new transformer features
---
Key: XALANJ-2135
URL: http://issues.apache.org/jira/browse/XALANJ-2135
Project: XalanJ2
Type: Bug
Components: TestHarness-TestCase
26 matches
Mail list logo