Re: [xml] XPath question



On 10.05.2004 18:22, Igor Zlatkovic wrote:

Consider this document:

  <doc>
    <a xmlns="some-ns">
      <n/>
    </a>
    <b xmlns="another-ns">
      <n/>
    </b>
  </doc>


Sorry, that should be the following:

   <doc>
     <a xmlns="some-ns">
       <n/>
     </a>
     <a xmlns="another-ns">
       <n/>
     </a>
   </doc>

Ciao,
Igor



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]