On 2004-10-05, Enrico Zini wrote:
> Ok, I converted all the code to use NS version of the various
> attributes.  Now, however, I still have weird behaviors:
> 
>       # Automatically convert the call in a NS call with the right
>       # namespace URI
>       my $desc = $self->_get_el('rdf:Description');
> 
>       print STDERR "desc: $desc ".$desc->nodeName." ".$desc->namespaceURI." 
> <- $val\n";
>       print STDERR "desc res: ", 
> $desc->getAttributeNS($LaComune::Core::XMLWrapper::XMLNS_RDF, 'about'), "\n";
>       $desc->setAttributeNS($LaComune::Core::XMLWrapper::XMLNS_RDF, 'about', 
> $val);
>       print STDERR "desc res: ", 
> $desc->getAttributeNS($LaComune::Core::XMLWrapper::XMLNS_RDF, 'about'), "\n";

Hello Enrico,

may you send a full, but minimal script that reproduces your problem,
please?

Thanks,
Torsten




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to