Skip to content
Snippets Groups Projects
Commit e607ad3b authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

fix CCL format: rm xmlns:xlink

parent 30208b47
No related merge requests found
...@@ -108,7 +108,7 @@ void CclWriter::do_header() ...@@ -108,7 +108,7 @@ void CclWriter::do_header()
XmlWriter::do_header(); XmlWriter::do_header();
os() << "<!DOCTYPE cesAna SYSTEM \"ccl.dtd\">\n"; os() << "<!DOCTYPE cesAna SYSTEM \"ccl.dtd\">\n";
os() << "<chunkList"; os() << "<chunkList";
os() << " xmlns:xlink=\"http://www.w3.org/1999/xlink\""; //os() << " xmlns:xlink=\"http://www.w3.org/1999/xlink\"";
os() << ">\n"; os() << ">\n";
if (use_indent_) indent_more(); if (use_indent_) indent_more();
} }
......
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