Kaydet (Commit) 3871223b authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

add the xml strict namespaces to misc/namespaces.txt

Change-Id: Ie83b5c94f1f002851bff3b39b1d9b676a3e44aa1
üst 1ba322b9
......@@ -89,6 +89,7 @@ foreach( keys( %namespaces ) )
print( NAMEFILE "{ $id, \"$namespaces{$_}\" },\n" );
print( NAMEFILE_STRICT "{ $id, \"$namespaces_strict{$_}\" },\n" );
print( TXTFILE "$id $_ $namespaces{$_}\n" );
print( TXTFILE "$id $_ $namespaces_strict{$_}\n" );
++$i;
}
......
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