From ff43b1d135c3a1e43ed59d8d484e04f2ccffb3ee Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 15 May 2007 05:43:53 +0000 Subject: Started working on an XPath visitor class --- src/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node.h') diff --git a/src/node.h b/src/node.h index 5bc254ff..47edd10d 100644 --- a/src/node.h +++ b/src/node.h @@ -259,7 +259,7 @@ public: } virtual value_t to_value() const { - return text(); + return value_t(text(), true); } void print(std::ostream& out) const; -- cgit v1.2.3