Yash Talwar writes: >For the following example, result-prefix is #default. In this case, do I >need to specify the namesapce uri for default namespace ( e.g. xmlns = >"someuri")?
That shouldn't be required. >What does XSLT 1.0 specifications say about it? Not enough. But I gather that this mechanism could "unset" a namespace in the result, just LREs can in other ways. Experimentation with XalanJ-interpretive got what I expected when the default namespace is declared to a non-empty string, but not what I expected for an empty one. (However, I wasn't using the latest version.) .................David Marston
