<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comXML</title>
    <link>http://lekkimworld.com/categories/xml/</link>
    <description>A blog by IBM Champion Mikkel Flindt Heisterberg about IBM Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java and other appdev topics...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Wed, 08 May 2013 13:44:17 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2013-05-08T13:44:17Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comXML</title>
      <url>http://lekkimworld.com/categories/xml/</url>
    </image>
    <item>
      <title>E4X</title>
      <link>http://lekkimworld.com/2008/02/18/e4x.html</link>
      <content:encoded>&lt;p&gt;
Mostly for the E4X stuff - gotta check it out in more detail at some point.
&lt;/p&gt;
&lt;p&gt;
developerWorks: &lt;a href="http://www.ibm.com/developerworks/xml/library/x-e4xpart1/?S_TACT=105AGX54&amp;S_CMP=B0215&amp;ca=dnw-906"&gt;Create an Ajax mindreader application with E4X and Prototype, Part 1: Build the Twenty Questions infrastructure&lt;/a&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/xml/">XML</category>
      <category domain="http://lekkimworld.com/tags/e4x/">e4x</category>
      <category domain="http://lekkimworld.com/tags/javascript/">javascript</category>
      <category domain="http://lekkimworld.com/tags/xml/">xml</category>
      <pubDate>Mon, 18 Feb 2008 07:55:00 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2008-02-18:default/1203321300000</guid>
      <dc:date>2008-02-18T07:55:00Z</dc:date>
    </item>
    <item>
      <title>Building XPath expression from XML node</title>
      <link>http://lekkimworld.com/2007/06/19/building_xpath_expression_from_xml_node.html</link>
      <content:encoded>Ever do parsing of large XML/DXL documents? Does the parsing ever fail? If it does you know you need some way to log the offending element in a compact and standardized way. For situations like this (and numerous others) XPath is the way to go and with code like I'll show in this post you are good to go. Java code ahead!&lt;p&gt;&lt;a href="http://lekkimworld.com/2007/06/19/building_xpath_expression_from_xml_node.html"&gt;Read more...&lt;/a&gt;&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/java/">Java</category>
      <category domain="http://lekkimworld.com/categories/xml/">XML</category>
      <category domain="http://lekkimworld.com/tags/dom/">dom</category>
      <category domain="http://lekkimworld.com/tags/dxl/">dxl</category>
      <category domain="http://lekkimworld.com/tags/java/">java</category>
      <category domain="http://lekkimworld.com/tags/xml/">xml</category>
      <category domain="http://lekkimworld.com/tags/xpath/">xpath</category>
      <pubDate>Tue, 19 Jun 2007 06:27:36 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-06-19:default/1182234456228</guid>
      <dc:date>2007-06-19T06:27:36Z</dc:date>
    </item>
    <item>
      <title>Free on-line XPath tool</title>
      <link>http://lekkimworld.com/2007/06/16/free_on_line_xpath_tool.html</link>
      <content:encoded>&lt;p&gt;
If you occasionally need to do a XPath query against a XML document and don't want to shell out the money for a professional tool to cover that need you should take a look at the &lt;a href="http://www.bit-101.com/xpath/"&gt;BIT-101 XPath Query Tool&lt;/a&gt;.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/xml/">XML</category>
      <category domain="http://lekkimworld.com/tags/xml/">xml</category>
      <category domain="http://lekkimworld.com/tags/xpath/">xpath</category>
      <pubDate>Sat, 16 Jun 2007 14:20:01 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-06-16:default/1182003601161</guid>
      <dc:date>2007-06-16T14:20:01Z</dc:date>
    </item>
    <item>
      <title>XML entities when doing XSL transformations using LotusScript</title>
      <link>http://lekkimworld.com/2007/06/06/xml_entities_when_doing_xsl_transformations_using_lotusscript.html</link>
      <content:encoded>&lt;p&gt;
I stumbled over an interesting post on developerWorks on external XML entities and XSL transformations in LotusScript: &lt;a href="http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedWeb/f43daa4e4d565acb852572f100749ddb?OpenDocument"&gt;XSLT transform-ignoring external entity reference in R7.0.2 - but worked well on R6.5.4&lt;/a&gt;. I was puzzled by the post and looked a bit into it and was unable to find any real LotusScript API support for working with XML entities when processing XML in LotusScript. 
&lt;/p&gt;
&lt;p&gt;
I find it funny that there doesn't appear to be any real API support for XML entities in LotusScript that I can see anyway. Hmmm - gotta go into Sherlock Holmes mode...
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/ls/">LotusScript</category>
      <category domain="http://lekkimworld.com/categories/xml/">XML</category>
      <category domain="http://lekkimworld.com/tags/api/">api</category>
      <category domain="http://lekkimworld.com/tags/dtd/">dtd</category>
      <category domain="http://lekkimworld.com/tags/lotusscript/">lotusscript</category>
      <category domain="http://lekkimworld.com/tags/xml/">xml</category>
      <category domain="http://lekkimworld.com/tags/xml_entities/">xml_entities</category>
      <pubDate>Wed, 06 Jun 2007 08:35:33 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-06-06:default/1181118933999</guid>
      <dc:date>2007-06-06T08:35:33Z</dc:date>
    </item>
    <item>
      <title>Charts</title>
      <link>http://lekkimworld.com/2007/06/05/charts.html</link>
      <content:encoded>&lt;p&gt;
&lt;a href="http://www.maani.us/xml_charts/index.php"&gt;This kind of XML/SWF charts&lt;/a&gt; is cool and exactly the kind of stuff I have been looking for, for at project I'm currently working on. Via &lt;a href="http://www.timtripcony.com/blog.nsf/d6plinks/OPHA-73T3XL"&gt;Tim Tripcony&lt;/a&gt;.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/xml/">XML</category>
      <category domain="http://lekkimworld.com/tags/charts/">charts</category>
      <category domain="http://lekkimworld.com/tags/flash/">flash</category>
      <category domain="http://lekkimworld.com/tags/xml/">xml</category>
      <pubDate>Tue, 05 Jun 2007 07:02:52 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-06-05:default/1181026972063</guid>
      <dc:date>2007-06-05T07:02:52Z</dc:date>
    </item>
    <item>
      <title>Using the right version of MSXML in Internet Explorer</title>
      <link>http://lekkimworld.com/2006/10/24/using_the_right_version_of_msxml_in_internet_explorer.html</link>
      <content:encoded>&lt;p&gt;
I have previously written about the Microsoft XML parser (MSXML) and have had quite a lot of fustrations with it and was pleasantly surprised to find a post on the &lt;a href="http://blogs.msdn.com/xmlteam/"&gt;Microsoft XML Team's WebLog&lt;/a&gt; on the subject. The post is called "&lt;a href="http://blogs.msdn.com/xmlteam/archive/2006/10/23/using-the-right-version-of-msxml-in-internet-explorer.aspx"&gt;Using the right version of MSXML in Internet Explorer&lt;/a&gt;" and provide details on the different versions of MSXML and which  version to use where. The post even has an executive summary section which I recommend you skim though I'll reproduce the most important 4 bullets for MSXML here:
&lt;ul&gt;
&lt;li&gt;Use MSXML 6.0 - it is "in the box" on Vista and available for download on Win2k, XP, and 2003.  It has the best security, performance, reliability, and W3C conformance&lt;/li&gt;
&lt;li&gt;MSXML 3.0 is our preferred "fallback" - It is installed on every OS from a fully patched Win2k SP4 installation on up, so it requires “zero-deployment” and is serviced regularly with the OS&lt;/li&gt;
&lt;li&gt;MSXML 4.0 was released to the web about 5 years ago, but at this point has been superseded by MSXML 6.0 and is only intended to support legacy applications&lt;/li&gt;
&lt;li&gt;MSXML 5.0 for Microsoft Office Applications is purpose-built for Office applications and isn’t intended for broad deployment.  Internet Explorer 7 actually has the MSXML5 components "off-by-default" in the Internet zone so your customers will get a goldbar for each MSXML5 control on a page if your code tries to instantiate it.  The best recommendation is to avoid MSXML5 in your web apps (only machines with Office 2003 or higher will have it, anyway.).&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;
Skim it now or save the bookmark for when you need to deal with MSXML.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/xml/">XML</category>
      <category domain="http://lekkimworld.com/tags/msxml/">msxml</category>
      <category domain="http://lekkimworld.com/tags/xml/">xml</category>
      <pubDate>Tue, 24 Oct 2006 07:18:50 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-10-24:default/1161674330042</guid>
      <dc:date>2006-10-24T07:18:50Z</dc:date>
    </item>
    <item>
      <title>Just say no to XML?</title>
      <link>http://lekkimworld.com/2006/10/03/just_say_no_to_xml.html</link>
      <content:encoded>&lt;p&gt;
&lt;a href="http://www.oreillynet.com/onjava/blog/2006/09/just_say_no_to_xml.html?CMP=OTC-FP2116136014&amp;ATT=Just+say+no+to+XML"&gt;Just say no to XML?&lt;/a&gt; @ Java O'Reilly.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/java/">Java</category>
      <category domain="http://lekkimworld.com/categories/xml/">XML</category>
      <category domain="http://lekkimworld.com/tags/java/">java</category>
      <category domain="http://lekkimworld.com/tags/xml/">xml</category>
      <pubDate>Tue, 03 Oct 2006 13:41:05 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-10-03:default/1159882865191</guid>
      <dc:date>2006-10-03T13:41:05Z</dc:date>
    </item>
    <item>
      <title>developerWorks: The Java XML Validation API</title>
      <link>http://lekkimworld.com/2006/09/09/developerworks_the_java_xml_validation_api.html</link>
      <content:encoded>&lt;p&gt;
&lt;pre class="code"&gt;
&lt;i&gt;"Validation reports whether a document adheres to the rules specified by the schema. Different parsers and tools support different schema languages such as DTDs, the W3C XML Schema Language, RELAX NG, and Schematron. Java 5™ adds a uniform validation Application Programming Interface (API) that can compare documents to schemas written in these and other languages. Learn about this XML validation API."&lt;/i&gt;
&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www-128.ibm.com/developerworks/xml/library/x-javaxmlvalidapi.html"&gt;The Java XML Validation API&lt;/a&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/xml/">XML</category>
      <category domain="http://lekkimworld.com/tags/jaxp/">jaxp</category>
      <category domain="http://lekkimworld.com/tags/xml/">xml</category>
      <category domain="http://lekkimworld.com/tags/xsd/">xsd</category>
      <pubDate>Sat, 09 Sep 2006 15:39:45 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-09-09:default/1157816385375</guid>
      <dc:date>2006-09-09T15:39:45Z</dc:date>
    </item>
  </channel>
</rss>

