diff --git a/src/xml.cxx b/src/xml.cxx index 96c65d4..b4c3bf2 100644 --- a/src/xml.cxx +++ b/src/xml.cxx @@ -366,7 +366,7 @@ namespace xml { } Node& Node::limits(size_type min, size_type max) throw() { _min = min; - _min = max; + _max = max; return *this; } Node::List Node::list(const std::string& name) const throw() { @@ -555,7 +555,7 @@ namespace xml { os<'; + os<'<