This is a discussion on XML parsing properties and Methods in Javascript within the PHP Programming forums, part of the Web Development category; hi, Using below properties and methods we have to manipulate the xml data as we expected.. Properties • attributes returns an ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi, Using below properties and methods we have to manipulate the xml data as we expected.. Properties • attributes returns an array of objects. An object in this array has the name and value property. • baseName [ie] • childNodes • dataType [ie] • definition [ie] • firstChild • lastChild • namespaceURI [ie] • nodeName • nodeType Can be• nodeTypedValue [ie] • nodeTypeString [ie] • nodeValue • ownerDocument • parentNode • parsed [ie] • prefix • previousSibling [ie] • specified [ie] • text [ie] • xml [ie] Methods • appendChild (tagName) • cloneNode (deep ) If deep is true, the children and children's children are cloned as well. • hasChildNodes () • insertBefore (newChild, refChild) • removeChild (child) • replaceChild (newChild, oldChild) • selectNodes [ie] (patternString) Returns a list of nodes.• selectSingleNode [ie] (patternString) • transformNode [ie] (stylesheet) • transformNodeToObject [ie] (stylesheet, outputObject)
__________________ With, J. Jeyaseelan Everything Possible |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| file parsing in php | venkatbi | PHP Programming | 0 | 11-14-2007 04:38 AM |
| Properties of Anthem DataGrid | shaalini | ASP and ASP.NET Programming | 4 | 08-30-2007 08:12 AM |
| XML Parsing in PHP | jegan | PHP Programming | 12 | 08-20-2007 11:32 PM |
| How to change the checkBox properties, which is inside nested Repeater/Grid | kingmaker | C# Programming | 2 | 08-10-2007 12:28 AM |
| How we know browser properties? | devarajan.v | PHP Programming | 1 | 07-27-2007 03:36 AM |