search for: derekgulbranson

Displaying 2 results from an estimated 2 matches for "derekgulbranson".

2005 Jul 24
0
Re: ruby vpim
Quoting derek@derekgulbranson.com, on Tue, Jul 19, 2005 at 08:32:51PM -0700: > The link to the "tabbed-file-to-vcf.txt" example on this page > responds "Access Forbidden". Sorry for the delayed response Derek, I was away on vacation till recently. Anyhow, yeah, you''re right, I don''...
2006 Jan 06
2
Problems passing un-sanitized XML to client
I''m trying to store an xsl stylesheet in the database and return it to the client, but at some point in the process all the angle brackets, etc are parsed out of the xml, so I get &lt;defaults&gt; instead of <defaults>. Anyone have any pointers how I would go about turning off that behavior? -Derek