<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>14836</bug_id>
          
          <creation_ts>2007-07-31 14:34:58 -0700</creation_ts>
          <short_desc>XPathEvaluator.evaluate does not find results from createElementNS on Windows</short_desc>
          <delta_ts>2019-02-06 09:04:17 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</component>
          <version>523.x (Safari 3)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>10489</blocked>
          <everconfirmed>0</everconfirmed>
          <reporter name="Jesse Costello-Good">jesse</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3249</commentid>
    <comment_count>0</comment_count>
    <who name="Jesse Costello-Good">jesse</who>
    <bug_when>2007-07-31 14:34:58 -0700</bug_when>
    <thetext>The following yeilds &quot;&lt;record/&gt;&quot; on Mac but &quot;&quot; on Windows on the latest nighly:

var x = (new DOMParser()).parseFromString(&apos;&lt;data&gt;&lt;record jsxid=&quot;5&quot;/&gt;&lt;/data&gt;&apos;, &apos;text/xml&apos;);
var n = x.createElementNS(null, &quot;record&quot;);
x.firstChild.firstChild.appendChild(n);
var e = new XPathEvaluator();
var n = e.evaluate(&quot;//record[@jsxid=&apos;5&apos;]/record&quot;, x.documentElement, null, null, null).iterateNext();
(new XMLSerializer()).serializeToString(n);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3250</commentid>
    <comment_count>1</comment_count>
    <who name="Jesse Costello-Good">jesse</who>
    <bug_when>2007-07-31 14:41:21 -0700</bug_when>
    <thetext>Sorry, got Safari 3 beta and latest nightly confused on Windows platform. It works fine.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1503139</commentid>
    <comment_count>2</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2019-02-06 09:04:17 -0800</bug_when>
    <thetext>Mass moving XML DOM bugs to the &quot;DOM&quot; Component.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>