Re: [xml] redicting parts of trees



Hi,

On Wed, 2005-05-25 at 18:16 +0200, Kasimier Buchcik wrote:
Hi,

On Wed, 2005-05-25 at 18:09 +0200, Kasimier Buchcik wrote:

<p2 xmlns="urn:test:ZZZ"   
    xmlns:default1="urn:test:AAA"
    xmlns:default2="urn:test:BBB"/>  
  <default1:a />
  <default2:b />
</p2>

Correction, this should be: 

<p2 xmlns="urn:test:ZZZ" xmlns:default1="urn:test:AAA"/>
  <default1:a />
  <default1:b />
</p2>

Damn :-) No, the first version is correct - sorry.

Kasimier



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