diff options
author | ville <ville@localhost> | 2010-06-10 21:57:43 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-06-10 21:57:43 +0000 |
commit | ba06808aa0ffb54859fc2ad8bf6dd71af7bc845f (patch) | |
tree | aa9c0aa73c4f8c8e52cd5de2aca2ebb97a38db9d | |
parent | d400511190b28912b612458b7ccc95a65ce139d0 (diff) | |
download | markup-validator-ba06808aa0ffb54859fc2ad8bf6dd71af7bc845f.zip markup-validator-ba06808aa0ffb54859fc2ad8bf6dd71af7bc845f.tar.gz markup-validator-ba06808aa0ffb54859fc2ad8bf6dd71af7bc845f.tar.bz2 |
Add note about output being generated.
-rwxr-xr-x | misc/soc2xml.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/soc2xml.pl b/misc/soc2xml.pl index 83d005a..89c3c07 100755 --- a/misc/soc2xml.pl +++ b/misc/soc2xml.pl @@ -20,6 +20,7 @@ my $soc = <STDIN>; print <<'EOF'; <?xml version="1.0"?> +<!-- Automatically generated from SGML Open Catalog - don't edit, regenerate --> <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> EOF |