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/value.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/value.cc') diff --git a/src/value.cc b/src/value.cc index 3965dfbd..b3578ae9 100644 --- a/src/value.cc +++ b/src/value.cc @@ -1565,6 +1565,9 @@ void value_t::print(std::ostream& out, const int first_width, case AMOUNT: case STRING: case POINTER: + // jww (2007-05-14): I need a version of this print just for XPath + // expression, since amounts and strings need to be output with + // special syntax. out << *this; break; -- cgit v1.2.3