Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #963 (assigned enhancement)

Opened 16 years ago

Last modified 16 years ago

insert / remove / replace node(s) in xml document

Reported by: Vladimir Assigned to: kris (accepted)
Priority: major Milestone: 2.0
Component: Tango Version: trunk
Keywords: xml triage Cc:

Description

In tango.text.xml.Document.NodeImpl there are public methods to append child node or attribute, but it lacks methods to insert at arbitrary position, remove or replace them.

Change History

03/23/08 11:25:00 changed by larsivi

  • owner changed from larsivi to kris.
  • component changed from Packages to Tango.
  • milestone changed from 0.99.6 to 0.99.7.

05/24/08 16:54:42 changed by larsivi

  • keywords changed from xml to xml triage.

05/26/08 03:43:12 changed by kris

  • status changed from new to assigned.
  • milestone changed from 0.99.7 to 1.0.

there is (at least) a detach() method

08/03/08 22:20:20 changed by kris

  • milestone changed from 1.0 to 2.0.

see also #1154