Skip to content
Snippets Groups Projects
Commit 8198b872 authored by Daniel Espinosa's avatar Daniel Espinosa
Browse files

Ported XParser to Vala upstream

parent 0891866d
Branches
Tags
No related merge requests found
......@@ -682,7 +682,7 @@ public class GXml.XParser : Object, GXml.Parser {
tw.flush ();
}
if (n is GXml.DomDocumentType) {
size += tw.write_document_type ((n as DomDocumentType).name,
size += tw.write_dtd ((n as DomDocumentType).name,
(n as DomDocumentType).public_id,
(n as DomDocumentType).system_id,
null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment