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

fix CCL format: use ccl.dtd instead of xcesAnaIPI.dtd

parent f5176d86
Branches
No related merge requests found
......@@ -106,7 +106,7 @@ void CclWriter::write_chunk(const Chunk &c)
void CclWriter::do_header()
{
XmlWriter::do_header();
os() << "<!DOCTYPE cesAna SYSTEM \"xcesAnaIPI.dtd\">\n";
os() << "<!DOCTYPE cesAna SYSTEM \"ccl.dtd\">\n";
os() << "<chunkList";
os() << " xmlns:xlink=\"http://www.w3.org/1999/xlink\"";
os() << ">\n";
......
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