- Timestamp:
- Aug 28, 2009 8:19:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
1dwg/trunk/php/xmlWriter/index.php
r72 r73 175 175 $p = addElement($doc, $body, 'p'); 176 176 addText($doc, $p, 177 'Output from the form will be formatted for nice display ' . 178 'using the standard canSAS style sheet. To see the raw ' . 179 'XML output, use the "View Source" capability of your browser.' 177 'Output from the form will be formatted for nice display using the ' . 178 'standard canSAS style sheet. To see the raw XML output and save the data ' . 179 'as a canSAS1d file, use the "View Source" capability of your browser. ' . 180 'Be sure to change the file extension to XML.' 180 181 ); 181 182
Note: See TracChangeset
for help on using the changeset viewer.