[llvm-commits] [hlvm] r38042 - /hlvm/trunk/test/xml2xml/bundle.hlx

Reid Spencer reid at x10sys.com
Sat Jul 7 16:59:14 PDT 2007


Author: reid
Date: Sat Jul  7 18:59:14 2007
New Revision: 38042

URL: http://llvm.org/viewvc/llvm-project?rev=38042&view=rev
Log:
Get this to validate with RelaxNG: remove DTD declaration (RNG is not a DTD),
and fix the attribute on the bundle element. This now validates.

Modified:
    hlvm/trunk/test/xml2xml/bundle.hlx

Modified: hlvm/trunk/test/xml2xml/bundle.hlx
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/test/xml2xml/bundle.hlx?rev=38042&r1=38041&r2=38042&view=diff

==============================================================================
--- hlvm/trunk/test/xml2xml/bundle.hlx (original)
+++ hlvm/trunk/test/xml2xml/bundle.hlx Sat Jul  7 18:59:14 2007
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE hlvm PUBLIC "-//HLVM/DTD HLVM 1.0//EN" "http://hlvm.org/src/hlvm/Reader/XML/HLVM.rng">
-<hlvm>
- <bundle pubId="name">
+<hlvm xmlns="http://hlvm.org/src/hlvm/Reader/XML/HLVM.rng">
+ <bundle pubid="name">
  </bundle>
 </hlvm>





More information about the llvm-commits mailing list