aboutsummaryrefslogtreecommitdiff
path: root/xml/serializer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml/serializer.cxx')
-rw-r--r--xml/serializer.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/xml/serializer.cxx b/xml/serializer.cxx
index 8147f91..a6afcca 100644
--- a/xml/serializer.cxx
+++ b/xml/serializer.cxx
@@ -173,6 +173,13 @@ namespace xml
}
void serializer::
+ element (const string& ns, const string& n, const string& v)
+ {
+ start_element (ns, n);
+ element (v);
+ }
+
+ void serializer::
start_attribute (const string& ns, const string& name)
{
if (genxStatus e = genxStartAttributeLiteral (