Using xml Syntax Highlighting
<?xml version="1.0" encoding="UTF-8"?>
<gallery frameColor="0xFFFFFF" frameWidth="15" imagePadding="20" displayTime="6" enableRightClickOpen="true">
<image>
<url>images/wide.jpg</url>
<caption><![CDATA[<font size="50">Example Gallery</font><br>An example large format <u><a href="http://www.airtightinteractive.com/projects/autoviewer">AutoViewer</a></u> gallery.]]></caption>
<width>700</width>
<height>465</height>
</image>
</gallery>
<gallery frameColor="0xFFFFFF" frameWidth="15" imagePadding="20" displayTime="6" enableRightClickOpen="true">
<image>
<url>images/wide.jpg</url>
<caption><![CDATA[<font size="50">Example Gallery</font><br>An example large format <u><a href="http://www.airtightinteractive.com/projects/autoviewer">AutoViewer</a></u> gallery.]]></caption>
<width>700</width>
<height>465</height>
</image>
</gallery>
Coloreado en 0.000 segundos, usando GeSHi 1.0.8.4
He intentado algunas cosas pero resulta que la galería Flash que uso necesita leerlo de esa forma, es para traer unas imágenes que tengo en una carpeta para mostrarlas según la fecha, pero ahora me conformo con generar ese XML y que el SFW me lo reconozca.
Lo que he logrado me muestra este código:
- <head><title>Error in CGI Application</title></head>
- <body><h1>CGI Error</h1>The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:<p><p><pre><?xml version='1.0' standalone='yes'?>
- <gallery>
- <image>
- <caption>22 de mayo</caption>
- <height>600</height>
- <url>upload/22mayo.jpg</url>
- <width>800</width>
- </image>
- <image>
- <caption>25 de mayo</caption>
- <height>600</height>
- <url>upload/25mayo.jpg</url>
- <width>800</width>
- </image>
- </gallery>
- </pre>