I just built and uploaded a crimson-1.1.1.zip file containing the latest
Crimson 1.1.1 distribution. Please see
http://xml.apache.org/dist/crimson/ for more information.
-Edwin
-
In case of troubles, e-mail: [EMAIL PROTECTE
GOMEZ Henri wrote:
>
> Thank to warn me when you release the RI 1.1.1 of Crimson
> will be out so I could built the required RPM :)
OK, I waited until now to publish the tag in case there were problems
with the build and we ended up having to re-tag it. Here's the info:
+ path = xml-crimson,
Xan Gregg wrote:
>
> I'm having problems removing and re-adding attributes in Crimson. If I
> remove an attribute and then add it to the same element, I get an
> INUSE_ATTRIBUTE_ERR exception.
>
> I think the problem is that the ownerElement field of the attribute is not
> cleared on the remove
[Irene Levina]
> If same data split into multiple lines, such as :
>
>
>
>
>
> length parameter repoted just a whitespace, and I can't not get actual
> character data that I'm looking for. Is this bug was fixed in any new
> version of SAXParser?
That's because your data conta
Using Xerces v1.3.1.
Processing xml data by using SAXParser, I 'm getting the following
behavior when trying to Receive notification of character data by using
ContentHandler.characters(...) method.
If my xml file contain the following data in one line:
I'm getting expected behavior, such as n
hello!
I get a nullpointerexception when running the following part of my code:
protected void renderSVGDocument(Document doc, int x, int y) {
UserAgent userAgent = new MUserAgent(new AffineTransform());
GVTBuilder builder = new GVTBuilder();
StaticRendererFactory srf
>Sorry, I don't have an answer for you yet but I'm
>forwarding this onto xalan-dev for the time being.
>
>- Shane
Thanks. If there were any responses on xalan-dev can you forward them to
me? <[EMAIL PROTECTED]>
I just sent my "subscribe" request, but was concerned I may have missed a
response.
I'm having problems removing and re-adding attributes in Crimson. If I
remove an attribute and then add it to the same element, I get an
INUSE_ATTRIBUTE_ERR exception.
I think the problem is that the ownerElement field of the attribute is not
cleared on the remove operation.
Is that behavior i