<?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: A SAX-like Parser for JSON</title>
	<atom:link href="https://www.p6r.com/articles/2008/05/22/a-sax-like-parser-for-json/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.p6r.com/articles/2008/05/22/a-sax-like-parser-for-json/</link>
	<description>Code Less / Deliver More™</description>
	<lastBuildDate>Fri, 23 Jan 2026 05:53:21 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7</generator>
	<item>
		<title>By: &#60;xsl:output method=&#8217;json&#8217;/&#62; &#124; Project 6 Research - Articles</title>
		<link>https://www.p6r.com/articles/2008/05/22/a-sax-like-parser-for-json/comment-page-1/#comment-98</link>
		<dc:creator><![CDATA[&#60;xsl:output method=&#8217;json&#8217;/&#62; &#124; Project 6 Research - Articles]]></dc:creator>
		<pubDate>Mon, 03 Nov 2008 05:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.p6r.com/articles/?p=13#comment-98</guid>
		<description><![CDATA[[...] on this site have described the JSON support we have added to our XSLT and XPath products (see A SAX-like Parser for JSON  and XSLT and XPath for JSON). In this article, we describe two additional extensions to our XSLT [...]]]></description>
		<content:encoded><![CDATA[<p>[...] on this site have described the JSON support we have added to our XSLT and XPath products (see A SAX-like Parser for JSON  and XSLT and XPath for JSON). In this article, we describe two additional extensions to our XSLT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Joseph</title>
		<link>https://www.p6r.com/articles/2008/05/22/a-sax-like-parser-for-json/comment-page-1/#comment-11</link>
		<dc:creator><![CDATA[Mark Joseph]]></dc:creator>
		<pubDate>Sun, 25 May 2008 01:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.p6r.com/articles/?p=13#comment-11</guid>
		<description><![CDATA[You are completely correct I fixed the error.]]></description>
		<content:encoded><![CDATA[<p>You are completely correct I fixed the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>https://www.p6r.com/articles/2008/05/22/a-sax-like-parser-for-json/comment-page-1/#comment-9</link>
		<dc:creator><![CDATA[Claudio]]></dc:creator>
		<pubDate>Sat, 24 May 2008 06:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.p6r.com/articles/?p=13#comment-9</guid>
		<description><![CDATA[Hi,
in the example there is an error. No event for attribute &quot;offesets&quot; is thrown.
I think that the correct events are:
startDocument()
startObject( 1 ) -  {
startPair()     -  menuitem
value()         -  File  (P6JSON_TYPE_STR)
startPair()     -  offsets
startArray( 1 ) -  [
 value()         -  44  (P6JSON_TYPE_INTEGER)
 value()         -  99  (P6JSON_TYPE_INTEGER)
 endArray( 1 )   -  ]
 endObject( 1 )  -  }
 endDocument()]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
in the example there is an error. No event for attribute &#8220;offesets&#8221; is thrown.<br />
I think that the correct events are:<br />
startDocument()<br />
startObject( 1 ) &#8211;  {<br />
startPair()     &#8211;  menuitem<br />
value()         &#8211;  File  (P6JSON_TYPE_STR)<br />
startPair()     &#8211;  offsets<br />
startArray( 1 ) &#8211;  [<br />
 value()         -  44  (P6JSON_TYPE_INTEGER)<br />
 value()         -  99  (P6JSON_TYPE_INTEGER)<br />
 endArray( 1 )   -  ]<br />
 endObject( 1 )  &#8211;  }<br />
 endDocument()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
