Joseph Kesselman wrote: > This is a FAQ. > > XSLT is namespace-sensitive. If you specify a namespace in your source > document you _must_ use that namespace when your stylesheet attempts to > check the node's names, or the match will fail. XSLT 1.0 has no concept of > default namespace in select or match patterns, so within the stylesheet > you must declare a prefix for that namespace and use that prefix in your > patterns even though you don't have an explicit prefix in your source > document. > > ______________________________________ > Joe Kesselman / IBM Research
In this particular context, its not a namespace, its just an attribute of some input XML that happens to be 'xmlns' (!?) Thanks a lot though for your suggestion, I will try it out now! Best Regards, James
