Changeset 323 for cleversvg/trunk/quick_examples.php
- Timestamp:
- 02/26/08 23:36:12 (4 years ago)
- Files:
-
- 1 modified
-
cleversvg/trunk/quick_examples.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleversvg/trunk/quick_examples.php
r309 r323 50 50 51 51 //When you're done, render the document as a standalone one 52 echo $doc->toXML( );52 echo $doc->toXML(true); 53 53 54 54 //Or an embedded one :
