<?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/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with an Xpath expression with Sax parser in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-an-Xpath-expression-with-Sax-parser/m-p/2302090#M74113</link>
    <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Donnees/Liste/Ligne/@nouval&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Talend doesn't support such expression, set the xpath expression as: 
&lt;BR /&gt;/Evenement/Donnees/Liste/Ligne 
&lt;BR /&gt;and get all the records, then filter records on tfilterRow or tMap component. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
    <pubDate>Thu, 07 Jan 2010 03:55:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-01-07T03:55:46Z</dc:date>
    <item>
      <title>Problem with an Xpath expression with Sax parser</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-an-Xpath-expression-with-Sax-parser/m-p/2302089#M74112</link>
      <description>Hello 
&lt;BR /&gt;I'm using a tFileInputXml to parse a XML File. To select fields, i'm using Xpath expression :
&lt;BR /&gt;Donnees/Liste/Ligne/@nouval
&lt;BR /&gt;It's OK with Dom4j parser, data are OK. With SAX there is no Error but my Xpath expression give no data (my field is blank)
&lt;BR /&gt;The structure of my xml file:
&lt;BR /&gt;&amp;lt;Evenement&amp;gt;
&lt;BR /&gt; &amp;lt;Identification&amp;gt;
&lt;BR /&gt; &amp;lt;code_evt_fonctionnel&amp;gt;51S&amp;lt;/code_evt_fonctionnel&amp;gt;
&lt;BR /&gt; &amp;lt;timestamp&amp;gt;2009-09-28-20.39.36.233658&amp;lt;/timestamp&amp;gt;
&lt;BR /&gt; &amp;lt;appli&amp;gt;BASE_NATIONALE&amp;lt;/appli&amp;gt;
&lt;BR /&gt; &amp;lt;/Identification&amp;gt;
&lt;BR /&gt; &amp;lt;EnTete&amp;gt;
&lt;BR /&gt; &amp;lt;DSTRTX&amp;gt;20090928&amp;lt;/DSTRTX&amp;gt;
&lt;BR /&gt; &amp;lt;HSTRTX&amp;gt;20393623&amp;lt;/HSTRTX&amp;gt;
&lt;BR /&gt; &amp;lt;CSPHCA&amp;gt;P0151S&amp;lt;/CSPHCA&amp;gt;
&lt;BR /&gt; &amp;lt;CXASS&amp;gt;017&amp;lt;/CXASS&amp;gt;
&lt;BR /&gt; &amp;lt;CXIDT&amp;gt;1026041129&amp;lt;/CXIDT&amp;gt;
&lt;BR /&gt; &amp;lt;CODEACTION&amp;gt;M&amp;lt;/CODEACTION&amp;gt;
&lt;BR /&gt; &amp;lt;/EnTete&amp;gt;
&lt;BR /&gt; &amp;lt;Donnees&amp;gt;
&lt;BR /&gt; &amp;lt;Liste&amp;gt;
&lt;BR /&gt; &amp;lt;Ligne code="TSP51S" nouval="2009-09-28-20.39.36.233658" /&amp;gt;
&lt;BR /&gt; &amp;lt;Ligne code="CXALA" nouval="1026041129" /&amp;gt;
&lt;BR /&gt; &amp;lt;Ligne code="CDOM" nouval="RE" /&amp;gt;
&lt;BR /&gt; &amp;lt;/Liste&amp;gt;
&lt;BR /&gt; &amp;lt;/Donnees&amp;gt;
&lt;BR /&gt;&amp;lt;/Evenement&amp;gt;
&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Sat, 16 Nov 2024 13:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-an-Xpath-expression-with-Sax-parser/m-p/2302089#M74112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with an Xpath expression with Sax parser</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-an-Xpath-expression-with-Sax-parser/m-p/2302090#M74113</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Donnees/Liste/Ligne/@nouval&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Talend doesn't support such expression, set the xpath expression as: 
&lt;BR /&gt;/Evenement/Donnees/Liste/Ligne 
&lt;BR /&gt;and get all the records, then filter records on tfilterRow or tMap component. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 07 Jan 2010 03:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-an-Xpath-expression-with-Sax-parser/m-p/2302090#M74113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-07T03:55:46Z</dc:date>
    </item>
  </channel>
</rss>

