Closed
Bug 301449
Opened 19 years ago
Closed 19 years ago
i want to use printNode or parseXML
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 262166
People
(Reporter: kouejou, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050531 Firefox/1.0+ I create the cards in svg i want to append a child in the svg root. I use firefox natif svg. i like to know if these functions is uses to svg. Reproducible: Always Steps to Reproduce: 1. printNode 2. parseXML 3. insertBefore Actual Results: my application don't work. var strNode = svgOrig.window.printNode(objNode) ; var newNode = svgDest.window.parseXML(strNode,svgDest.getSVGDocument()) ;
Updated•19 years ago
|
Assignee: nobody → general
Component: JavaScript Console → SVG
Product: Firefox → Core
QA Contact: javascript.console → ian
Version: unspecified → Trunk
*** This bug has been marked as a duplicate of 262166 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•