Project

Profile

Help

default namespace scoping

Added by Anonymous about 19 years ago

Legacy ID: #3038729 Legacy Poster: marcvc (marcvc)

Michael, I noticed something weird with default namespace scoping. I understood you have fixed various namespace related issues recently, this one might as well be fixed. But to make sure... Consider the following query: declare default element namespace "ABC"; declare namespace p = "ABC"; <e xmlns=""> { <e><e/></e>/e } </e> , <e><e/></e>/e , <e><e/></e>/p:e Saxon returns: <e> <e/> </e> <e xmlns="ABC"/> I would have expected: <e> <e/> </e> <e xmlns="ABC"/> <e xmlns="ABC"/> Thanks, Marc


Replies (1)

RE: default namespace scoping - Added by Anonymous about 19 years ago

Legacy ID: #3040678 Legacy Poster: Michael Kay (mhkay)

Thanks, I've placed a patch at https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1160763&amp;group_id=29872&amp;atid=397617 Michael Kay

    (1-1/1)

    Please register to reply