M
Mark Van Holstyn
------=_Part_2791_7604865.1141595167992
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
We are looking at changing from using rexml in one project to libxml, as it
proves to be much faster. However, the ruby libxml binding seems to be
missing the capability to remove elements from an XML document (or at least
I cannot see how to do so). Also, when trying to set attributes on a node
(properties as libxml calls them), the attributes duplicate.
If i have a node like so:
<node name=3D"something"/>
then in ruby i do (n is the node):
n['name'] =3D 'something else'
Now the node looks like:
<node name=3D"something" name=3D"something else"/>
Anyone know what I am missing?
Thanks in advance,
Mark
--
Mark Van Holstyn
(e-mail address removed)
http://lotswholetime.com
------=_Part_2791_7604865.1141595167992--
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
We are looking at changing from using rexml in one project to libxml, as it
proves to be much faster. However, the ruby libxml binding seems to be
missing the capability to remove elements from an XML document (or at least
I cannot see how to do so). Also, when trying to set attributes on a node
(properties as libxml calls them), the attributes duplicate.
If i have a node like so:
<node name=3D"something"/>
then in ruby i do (n is the node):
n['name'] =3D 'something else'
Now the node looks like:
<node name=3D"something" name=3D"something else"/>
Anyone know what I am missing?
Thanks in advance,
Mark
--
Mark Van Holstyn
(e-mail address removed)
http://lotswholetime.com
------=_Part_2791_7604865.1141595167992--