fix comment in Programmatic DOM test case
diff --git a/xmltest.cpp b/xmltest.cpp
old mode 100644
new mode 100755
index a0aaee7..8b3d24e
--- a/xmltest.cpp
+++ b/xmltest.cpp
@@ -461,9 +461,9 @@
 		// Build:

 		//		<element>

 		//			<!--comment-->

+		//			<sub attrib="0" />

 		//			<sub attrib="1" />

-		//			<sub attrib="2" />

-		//			<sub attrib="3" >& Text!</sub>

+		//			<sub attrib="2" >& Text!</sub>

 		//		<element>

 

 		XMLDocument* doc = new XMLDocument();