Fix empty XML tag doc in XMLParser.xml
@@ -84,7 +84,7 @@
<method name="is_empty" qualifiers="const">
<return type="bool" />
<description>
- Check whether the current element is empty (this only works for completely empty tags, e.g. [code]<element \>[/code]).
+ Check whether the current element is empty (this only works for completely empty tags, e.g. [code]<element />[/code]).
</description>
</method>
<method name="open">