https://issues.apache.org/bugzilla/show_bug.cgi?id=53491

          Priority: P2
            Bug ID: 53491
          Assignee: [email protected]
           Summary: Node.getTextContent() does not function
          Severity: normal
    Classification: Unclassified
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 1.8
         Component: SVG DOM
           Product: Batik

Created attachment 29014
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29014&action=edit
testcase showing how Node.getTextContext is called

I opened an SVG document using the DOM parser, find a node in the tree, and
then attempt to get the original text corresponding to that node (for the
purpose of splitting an SVG document into multiple smaller ones).

The problem is that Node.getTextContent() returns only whitespace (variable
amount of newlines) without any actual content.

Example code attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to