<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>El Blog de Manu Garcia &#187; Software</title>
	<atom:link href="http://www.manugarcia.es/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manugarcia.es</link>
	<description>Programador Web y emprendedor</description>
	<lastBuildDate>Thu, 06 Oct 2011 10:48:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Instalar Homebrew para Mac fácilmente</title>
		<link>http://www.manugarcia.es/2010/10/07/instalar-homebrew-para-mac-facilmente/</link>
		<comments>http://www.manugarcia.es/2010/10/07/instalar-homebrew-para-mac-facilmente/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 09:48:07 +0000</pubDate>
		<dc:creator>Manu Garcia</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.manugarcia.es/?p=168</guid>
		<description><![CDATA[Aunque instalar homebrew para Mac no tiene mucho misterio, lo voy a poner a continuación nos ahorrará un tiempo precioso ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)" curl http://gist.github.com/raw/323731/install_homebrew.rb -o /tmp/install_homebrew.rb ruby /tmp/install_homebrew.rb Despues debes instalarte XCode]]></description>
			<content:encoded><![CDATA[<p>Aunque instalar <a href="http://mxcl.github.com/homebrew/">homebrew</a> para Mac no tiene mucho misterio, lo voy a poner a continuación nos ahorrará un tiempo precioso <img src='http://www.manugarcia.es/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote>
<p><code><br />
ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)"<br />
curl http://gist.github.com/raw/323731/install_homebrew.rb -o /tmp/install_homebrew.rb<br />
ruby /tmp/install_homebrew.rb</code></p></blockquote>
<p>Despues debes instalarte <a href="http://developer.apple.com/technologies/http://http://developer.apple.com/technologies/xcode.html">XCode</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.manugarcia.es/2010/10/07/instalar-homebrew-para-mac-facilmente/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convertir archivos XML a SQL</title>
		<link>http://www.manugarcia.es/2009/12/10/convertir-archivos-xml-a-sql/</link>
		<comments>http://www.manugarcia.es/2009/12/10/convertir-archivos-xml-a-sql/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:27:06 +0000</pubDate>
		<dc:creator>Manu Garcia</dc:creator>
				<category><![CDATA[Base de Datos]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml2sql]]></category>

		<guid isPermaLink="false">http://mgarcia.info/?p=80</guid>
		<description><![CDATA[Vuelvo a la carga con un breve post hablando sobre una herramienta bastante útil que hoy encontré por delicious llamada AmoK xml2sql. Este pequeño programa que no llega a los 500k y que se ejecuta por línea de comandos convierte fácilmente archivos XML en archivos SQL, un caso práctico podría ser si tenemos un XML [...]]]></description>
			<content:encoded><![CDATA[<p>Vuelvo a la carga con un breve post hablando sobre una herramienta bastante útil que hoy encontré por <a href="http://delicious.com/">delicious </a>llamada <span><a href="http://www.amok.am/en/freeware/amok_xml2sql/#features">AmoK xml2sql</a>.</span></p>
<p><span>Este pequeño programa que no llega a los 500k y que se ejecuta por línea de comandos <strong>convierte fácilmente archivos XML en archivos SQL</strong>, un caso práctico podría ser si tenemos un XML con un listado de productos que queremos importar a nuestra base de datos.</span></p>
<p><span>Su uso es bastante sencillo, desde &#8220;cmd&#8221; ejecutamos&#8230;<br />
</span></p>
<blockquote><p>C:\am-xml2sql.v1.0_an&gt;<strong>xml2sql.exe productos.xml productos.sql</strong></p></blockquote>
<p>y nos creará en la misma carpeta el archivo productos.sql con todo los inserts, yo tuve un par de problemillas de fácil solución principalmente con las comillas simples &#8216; , pero haciendo un replace en el xml y cambiando todas las comillas simples por dobles se soluciona.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manugarcia.es/2009/12/10/convertir-archivos-xml-a-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

