I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-06-19 06:27:45-07 by kevang in response to 8100
Re: getting setData to work
| Why there is no replaceTextNode() method escapes me.

Simple: Because an element may have more than one text node as a child. Consider

<p>This is <em>very</em> important.</p>


The p element has two next nodes, with the data "This is " and " important".
Direct Responses: 8104 | Write a response