diff Lib/IMPL/DOM/Transform/QueryToDOM.pm @ 387:4cc6cc370fb2

DOM refactoring
author sergey
date Tue, 11 Feb 2014 01:13:47 +0400
parents 34a110d1f06c
children
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Transform/QueryToDOM.pm	Tue Feb 11 01:06:40 2014 +0400
+++ b/Lib/IMPL/DOM/Transform/QueryToDOM.pm	Tue Feb 11 01:13:47 2014 +0400
@@ -32,7 +32,7 @@
     my ($this,$data) = @_;
     
     $this->currentNode->nodeProperty( rawValue => $data );
-    $this->currentNode->nodeValue( $this->inflateNodeValue($data) );
+    $this->currentNode->nodeValue( $data );
     return $this->currentNode;
 }