Kaydet (Commit) 240910f7 authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann Kaydeden (comit) Michael Meeks

adjust xml2cmp tool to handle XML comments

from: http://svn.apache.org/viewvc?view=revision&revision=1305252
üst 8ed5bf0f
......@@ -82,6 +82,11 @@ X2CParser::Parse()
Parse_XmlDeclaration();
Parse_Doctype();
// skip XML comment
Goto('<');
if ( IsText("<!--") )
Goto_And_Pass('>');
pDocumentData->Parse(*this);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment