El codigo php de la agenda es:
Código HTML:
<!-- INICIO NOTICIA --> <div class="agendaCartel darkBG blanco"> <span class="agendaCartelMes"><?php echo $xml->noticia1->mes; ?></span><br /> <span class="agendaCartelAno"><?php echo $xml->noticia1->ano; ?></span> <span class="agendaCartelHora"><?php echo $xml->noticia1->hora; ?></span> </div> <h2 class="rojo"><?php echo $xml->noticia1->titulo; ?></h2> <p> <?php echo $xml->noticia1->texto; ?> </p> <div class="agendaInfo amarilloBG"> <a href="<?php echo $xml->noticia1->url; ?>" target="_blank"><?php echo $xml->noticia1->link; ?></a> </div> <hr /> <!-- FIN NOTICIA --> <div class="clear" style="height:10px;"></div> <!-- INICIO NOTICIA --> <div class="agendaCartel darkBG blanco"> <span class="agendaCartelDia"><?php echo $xml->noticia2->dia; ?></span><br /> <span class="agendaCartelMes"><?php echo $xml->noticia2->mes; ?></span><br /> <span class="agendaCartelAno"><?php echo $xml->noticia2->ano; ?></span> </div> <h2 class="rojo"><?php echo $xml->noticia2->titulo; ?></h2> <p> <?php echo $xml->noticia2->texto; ?> </p> <div class="agendaInfo amarilloBG"> <a href="<?php echo $xml->noticia2->url; ?>" target="_blank"><?php echo $xml->noticia2->link; ?></a> </div> <hr /> <!-- FIN NOTICIA --> <div class="clear" style="height:10px;"></div> <!-- INICIO NOTICIA --> <div class="agendaCartel darkBG blanco"> <span class="agendaCartelDia"><?php echo $xml->noticia3->dia; ?></span><br /> <span class="agendaCartelMes"><?php echo $xml->noticia3->mes; ?></span><br /> <span class="agendaCartelAno"><?php echo $xml->noticia3->ano; ?></span> </div> <h2 class="rojo"><?php echo $xml->noticia3->titulo; ?></h2> <p> <?php echo $xml->noticia3->texto; ?> </p> <div class="agendaInfo amarilloBG"> <a href="<?php echo $xml->noticia3->url; ?>" target="_blank"><?php echo $xml->noticia3->link; ?></a> </div> <hr /> <!-- FIN NOTICIA -->
Código HTML:
<noticias> <noticia1> <mes>Feb</mes> <ano>2012</ano> <hora>21 hs</hora> <titulo>Carnaval</titulo> <texto>Teatro de Verano | Rambla Wilson s/n, Canteras del Parque Rodó</texto> <url>http://carnavaldeluruguay.com/b/carnaval-2012-2/</url> <link>+ info</link> </noticia1> <noticia2> <dia>25</dia> <mes>Feb</mes> <ano>2012</ano> <hora>21 hs</hora> <titulo>El Club de Tobi </titulo> <texto>Puerto de Punta del Este </texto> <url>http://www.elclubdetobi.com.uy/</url> <link>+ info</link> </noticia2> <noticia3> <dia>26</dia> <mes>Feb</mes> <ano>2012</ano> <titulo>Mateo Moreno</titulo> <texto>El viejo almacen, Punta Ballena </texto> <url>http://www.mateomoreno.com/</url> <link>+ info</link> </noticia3>