| 3 | | * display pretty version of XML source |
|---|
| 4 | | * Just open this file with viewSource.php?file=example.xml to view the XML source of a file |
|---|
| 5 | | * Config is in config/xmlPretty.xml and the HTML template in templates/xmlPretty.tmpl |
|---|
| 6 | | * |
|---|
| 7 | | * $Id$ |
|---|
| 8 | | * |
|---|
| 9 | | * @package patXMLRenderer |
|---|
| 10 | | * @author Stephan Schmidt <schst@php-tools.net> |
|---|
| 11 | | * @version 1.0 |
|---|
| 12 | | */ |
|---|
| | 3 | * display pretty version of XML source |
|---|
| | 4 | * Just open this file with viewSource.php?file=example.xml to view the XML source of a file |
|---|
| | 5 | * Config is in config/xmlPretty.xml and the HTML template in templates/xmlPretty.tmpl |
|---|
| | 6 | * |
|---|
| | 7 | * $Id$ |
|---|
| | 8 | * |
|---|
| | 9 | * @package patXMLRenderer |
|---|
| | 10 | * @author Stephan Schmidt <schst@php-tools.net> |
|---|
| | 11 | * @version 1.0 |
|---|
| | 12 | */ |
|---|