[gdome]Re: ANN: XML::GDOME 0.7.0pre1
- From: "T.J. Mather" <tjmather tjmather com>
- To: perl-xml listserv ActiveState com
- Cc: gdome gnome org
- Subject: [gdome]Re: ANN: XML::GDOME 0.7.0pre1
- Date: Sun, 11 Nov 2001 19:19:56 -0500 (EST)
On Mon, 12 Nov 2001, Robin Berjon wrote:
> What I'd personally prefer would be to see the same interface as
> XML::LibXML, for many reasons. The first one is that it makes sense and
Yes, good point. I think it will make sense to change XML::GDOME to use
the XML::LibXML interface. For example, for the Attribute Class:
$string = $attr->getValue();
$string = $attr->value; # alias for getValue
$attr->setValue( $string );
That is to get an attribute 'foo', you call $attr->getFoo or simply
$attr->foo, and to set the attribute you call $attr->setFoo($value)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]