Changeset 79
- Timestamp:
- Sep 2, 2009 1:05:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
1dwg/trunk/php/xmlWriter/index.php
r78 r79 77 77 } 78 78 if ($post['result_style'] == 'Raw XML') { 79 header("Content-Type: text/html"); 79 80 print("<pre>\n"); 80 print( $result);81 print(htmlentities($result)); // "<" to "<" and similar 81 82 print("</pre>\n"); 82 83 }
Note: See TracChangeset
for help on using the changeset viewer.