<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Raccolta File XML - Trasparenza</title>
		<description>Istituto Comprensivo Milani Terracina</description>
		<link>http://www.icmilaniterracina.edu.it/web/xml</link>
		<lastBuildDate>Thu, 27 Apr 2023 19:39:23 +0000</lastBuildDate>
		<generator>Joomla! - Open Source Content Management</generator>
		<atom:link rel="self" type="application/rss+xml" href="http://www.icmilaniterracina.edu.it/web/xml?format=feed&amp;type=rss"/>
		<language>it-it</language>
		<item>
			<title>Dati XML per AVCP</title>
			<link>http://www.icmilaniterracina.edu.it/web/xml/117-dati-xml-per-avcp</link>
			<guid isPermaLink="true">http://www.icmilaniterracina.edu.it/web/xml/117-dati-xml-per-avcp</guid>
			<description><![CDATA[<p>In ottemperanza alla norma anticorruzione pubblichiamo quanto previsto dalla normativa in formato XML</p>
<p>Download File <a href="http://www.icmilaniterracina.edu.it/web/xmlfile/avcp.xml">AVCP.XML</a></p>
]]></description>
			<author>milli@webmicrotech.it (Super User)</author>
			<category>Archivi XML</category>
			<pubDate>Sat, 18 Jan 2014 11:03:32 +0000</pubDate>
		</item>
		<item>
			<title>XML: Albo - Pubblicità Legale</title>
			<link>http://www.icmilaniterracina.edu.it/web/xml/114-alboxml</link>
			<guid isPermaLink="true">http://www.icmilaniterracina.edu.it/web/xml/114-alboxml</guid>
			<description><![CDATA[<?php

$myFile = 'albo.xml';
$upload_dir = "./xmlfile/";

$fh = fopen(($upload_dir.$myFile), 'w') or die("can't open file");
$rss = '<?xml version="1.0" encoding="utf-8"?';
$rss .= ">\r";
$rss .= "<alboscuola>\r";

global $mainframe;$db =& JFactory::getDBO();
$query = "SELECT * FROM nuvrj_Albo WHERE datascad>'".date('Y-m-d H:i:s')."' ORDER BY cf_created DESC";

$db->setQuery( $query, 0, $count );

$rows = $db->loadObjectList();

foreach ($rows as $row)
{
$rss .= "<albo>\r";
$rss .= "<data>" . $row->datadoc. "</data>\r";
$rss .= "<numero>" . $row->numero. "</numero>\r";
$rss .= "<descrizione>".$row->descrizione. "</descrizione>\r";
$rss .= "<scadenza>" .$row->datascad. "</scadenza>\r";
$rss .= "</albo>\r";
}

$rss .= "</alboscuola>";

fwrite($fh, $rss);
fclose($fh);

echo "<p>In questa area potete scaricare il file richiesto in formato XML.</p><BR>";
echo "<p>Il flie è stato creato in data </p>".date('d-m-Y H:i:s');
echo '<BR><p><a href="http://www.donmilaniterracina.it/web/xmlfile/albo.xml">Scarica il file XML</a></p><BR>';
?>]]></description>
			<author>microtech@webmicrotech.it (Microtech)</author>
			<category>Archivi XML</category>
			<pubDate>Sun, 12 Jan 2014 21:37:00 +0000</pubDate>
		</item>
		<item>
			<title>XML: Albo Storico - Pubblicità Legale</title>
			<link>http://www.icmilaniterracina.edu.it/web/xml/115-albo-s-xml</link>
			<guid isPermaLink="true">http://www.icmilaniterracina.edu.it/web/xml/115-albo-s-xml</guid>
			<description><![CDATA[<?php

$myFile = 'albostorico.xml';
$upload_dir = "./xmlfile/";

$fh = fopen(($upload_dir.$myFile), 'w') or die("can't open file");
$rss = '<?xml version="1.0" encoding="utf-8"?';
$rss .= ">\r";
$rss .= "<albostorico>\r";

global $mainframe;$db =& JFactory::getDBO();
$query = "SELECT * FROM nuvrj_Albo ORDER BY cf_created DESC";

$db->setQuery( $query, 0, $count );

$rows = $db->loadObjectList();

foreach ($rows as $row)
{
$rss .= "<albo>\r";
$rss .= "<data>" . $row->datadoc. "</data>\r";
$rss .= "<numero>" . $row->numero. "</numero>\r";
$rss .= "<descrizione>".$row->descrizione. "</descrizione>\r";
$rss .= "<scadenza>" .$row->datascad. "</scadenza>\r";
$rss .= "</albo>\r";
}

$rss .= "</albostorico>";

fwrite($fh, $rss);
fclose($fh);

echo "<p>In questa area potete scaricare il file richiesto in formato XML.</p><BR>";
echo "<p>Il flie è stato creato in data </p>".date('d-m-Y H:i:s');
echo '<BR><p><a href="http://www.donmilaniterracina.it/web/xmlfile/albo.xml">Scarica il file XML</a></p><BR>';
?>]]></description>
			<author>microtech@webmicrotech.it (Microtech)</author>
			<category>Archivi XML</category>
			<pubDate>Tue, 14 Jan 2014 14:48:56 +0000</pubDate>
		</item>
	</channel>
</rss>
