Skip to content
Snippets Groups Projects
Commit 2006f2a9 authored by ilor's avatar ilor
Browse files

rm cesAna from ccl format writer

parent 1a59005e
Branches
No related merge requests found
...@@ -73,10 +73,9 @@ void CclWriter::do_header() ...@@ -73,10 +73,9 @@ void CclWriter::do_header()
{ {
XmlWriter::do_header(); XmlWriter::do_header();
os() << "<!DOCTYPE cesAna SYSTEM \"xcesAnaIPI.dtd\">\n"; os() << "<!DOCTYPE cesAna SYSTEM \"xcesAnaIPI.dtd\">\n";
os() << "<cesAna"; os() << "<chunkList";
os() << " xmlns:xlink=\"http://www.w3.org/1999/xlink\""; os() << " xmlns:xlink=\"http://www.w3.org/1999/xlink\"";
os() << " version=\"1.0\" type=\"lex disamb\">\n"; os() << ">\n";
os() << "<chunkList>\n";
if (use_indent_) indent_more(); if (use_indent_) indent_more();
} }
...@@ -84,7 +83,6 @@ void CclWriter::do_footer() ...@@ -84,7 +83,6 @@ void CclWriter::do_footer()
{ {
if (use_indent_) indent_less(); if (use_indent_) indent_less();
os() << "</chunkList>\n"; os() << "</chunkList>\n";
os() << "</cesAna>\n";
} }
void CclWriter::paragraph_head() void CclWriter::paragraph_head()
......
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