<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The XML Instance Gamut</title>
	<atom:link href="http://blog.xebia.com/2009/10/19/the-xml-instance-gamut/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xebia.com/2009/10/19/the-xml-instance-gamut/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 16:23:01 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wilfred Springer</title>
		<link>http://blog.xebia.com/2009/10/19/the-xml-instance-gamut/comment-page-1/#comment-92890</link>
		<dc:creator>Wilfred Springer</dc:creator>
		<pubDate>Thu, 22 Oct 2009 06:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=3250#comment-92890</guid>
		<description>Good point. I will see when I have time to move my code to Github. When that&#039;s done, adding support for language would be a breeze. You basically would have to implement this interface: 

package com.sun.msv.generator;

import org.relaxng.datatype.Datatype;

&lt;code&gt;public interface SimpleTypeGenerator {

     &lt;T extends DataType&gt; String generate(T type, ContextProviderImpl context);

}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good point. I will see when I have time to move my code to Github. When that&#8217;s done, adding support for language would be a breeze. You basically would have to implement this interface: </p>
<p>package com.sun.msv.generator;</p>
<p>import org.relaxng.datatype.Datatype;</p>
<p><code>public interface SimpleTypeGenerator {</p>
<p>     &lt;T extends DataType&gt; String generate(T type, ContextProviderImpl context);</p>
<p>}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Carver</title>
		<link>http://blog.xebia.com/2009/10/19/the-xml-instance-gamut/comment-page-1/#comment-92885</link>
		<dc:creator>David Carver</dc:creator>
		<pubDate>Wed, 21 Oct 2009 19:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=3250#comment-92885</guid>
		<description>Another area that it is having problems with even with your update is the &quot;language&quot; data type.   Always says unable to handle datatype when it encounters one of these.</description>
		<content:encoded><![CDATA[<p>Another area that it is having problems with even with your update is the &#8220;language&#8221; data type.   Always says unable to handle datatype when it encounters one of these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Jan de Wit</title>
		<link>http://blog.xebia.com/2009/10/19/the-xml-instance-gamut/comment-page-1/#comment-92863</link>
		<dc:creator>Erik Jan de Wit</dc:creator>
		<pubDate>Tue, 20 Oct 2009 08:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=3250#comment-92863</guid>
		<description>When search for a regular expression / data generator framework you properly never heard of mine testdata-generator. http://kenai.com/projects/testdata-framework/ It can be used to create Proxy objects that create randomly filled test objects. But it also contains a regular expression generator, as you describe. Creating strings that match a regular expression.</description>
		<content:encoded><![CDATA[<p>When search for a regular expression / data generator framework you properly never heard of mine testdata-generator. <a href="http://kenai.com/projects/testdata-framework/" rel="nofollow">http://kenai.com/projects/testdata-framework/</a> It can be used to create Proxy objects that create randomly filled test objects. But it also contains a regular expression generator, as you describe. Creating strings that match a regular expression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilfred springer</title>
		<link>http://blog.xebia.com/2009/10/19/the-xml-instance-gamut/comment-page-1/#comment-92850</link>
		<dc:creator>Wilfred springer</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=3250#comment-92850</guid>
		<description>I absolutely will. I just wanted to get this out as quickly as possible, since we were depending on it.</description>
		<content:encoded><![CDATA[<p>I absolutely will. I just wanted to get this out as quickly as possible, since we were depending on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Vernay</title>
		<link>http://blog.xebia.com/2009/10/19/the-xml-instance-gamut/comment-page-1/#comment-92848</link>
		<dc:creator>Bruno Vernay</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=3250#comment-92848</guid>
		<description>Does Databene Benerator http://databene.org/databene-benerator/all-internal-resources/39-documentation/88-xml-schema-support.html  fits your need ?
There are also other tools (I didn&#039;t check them all, some are dead): http://databene.org/databene-benerator/similar-products.html

Did you contact Kohsuke ? Or plan to share your dev more explicitly :-)

Regards
Bruno</description>
		<content:encoded><![CDATA[<p>Does Databene Benerator <a href="http://databene.org/databene-benerator/all-internal-resources/39-documentation/88-xml-schema-support.html" rel="nofollow">http://databene.org/databene-benerator/all-internal-resources/39-documentation/88-xml-schema-support.html</a>  fits your need ?<br />
There are also other tools (I didn&#8217;t check them all, some are dead): <a href="http://databene.org/databene-benerator/similar-products.html" rel="nofollow">http://databene.org/databene-benerator/similar-products.html</a></p>
<p>Did you contact Kohsuke ? Or plan to share your dev more explicitly <img src='http://blog.xebia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Regards<br />
Bruno</p>
]]></content:encoded>
	</item>
</channel>
</rss>
