<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
	<channel rdf:about="http://www.modelgluecookbook.com">
	<title>Model-Glue Cookbook</title>
	<description>Model-Glue Cookbook - Latest 10 Entries</description>
	<link>http://www.ModelGluecookbook.com</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.ModelGluecookbook.com/entry/7/How-do-I-validate-model-glue-xml-in-Eclipse?" />
			
			<rdf:li rdf:resource="http://www.ModelGluecookbook.com/entry/6/How-do-I-redirect-to-HTTPS-URLs?" />
			
		</rdf:Seq>
	</items>
	
	</channel>
	

	
		
		
		
	  	<item rdf:about="http://www.ModelGluecookbook.com/entry/7/How-do-I-validate-model-glue-xml-in-Eclipse?">
		<title>How do I validate model-glue xml in Eclipse?</title>
		<description>If you&apos;re using Eclipse, you probably have an XML file editor like XMLBuddy, Aptana or the Web Standards Tools installed.  It can be frustrating to debug a non-working app for hours only to realize that you made a mistake in your modelglue.xml!

By incorporating a DOCTYPE statement at the top of any model-glue XML configuration file, you can develop faster knowing that Eclipse will alert you to any problems in your file.

The first line of your file should look like:

&lt;code&gt;
&lt;!--- make su...</description>
		<link>http://www.modelgluecookbook.com/entry/7/How-do-I-validate-model-glue-xml-in-Eclipse?</link>
		<dc:date>2008-01-24T08:43:08-04:00</dc:date>
		<dc:subject></dc:subject>
		</item>
		
	
		
		
		
	  	<item rdf:about="http://www.ModelGluecookbook.com/entry/6/How-do-I-redirect-to-HTTPS-URLs?">
		<title>How do I redirect to HTTPS URLs?</title>
		<description>There are times when you must use SSL like when checking out of a store.  For normal Model-Glue redirects you can use the result tag to pass event values across the redirect like so:
&lt;code&gt;
&lt;result do=&quot;someEvent&quot; redirect=&quot;true&quot; append=&quot;someVar,anotherVar,thirdVar&quot; /&gt;
&lt;/code&gt;
The problem is, what if you want to switch the URL to be HTTPS?  There is no way to do this with the framework but a little bit of code can solve it for you.  Here is the message we will broadcast:
&lt;code&gt;
&lt;message nam...</description>
		<link>http://www.modelgluecookbook.com/entry/6/How-do-I-redirect-to-HTTPS-URLs?</link>
		<dc:date>2008-01-23T16:17:47-04:00</dc:date>
		<dc:subject></dc:subject>
		</item>
		
	

	
	</rdf:RDF>