From: Colin P. A. <co...@co...> - 2009-08-28 14:24:57
|
>>>>> "Jann" == Jann Röder <roe...@et...> writes: Jann> For example I'd like it not to add the prefix to Jann> every tag and attribute. Jann> <tag id="2"> instead of <prefix:tag prefix:id="2"> The two are not equivalent, as attributes are never in the default namespace. Instead they are in the per-element namespace. I.e. in the first case, id is in a different namespace from tag (assuming you have a default namespace declaration in scope). In the second case, they are both in the same namespace. -- Colin Adams Preston Lancashire |