2008/6/30 willem.vanheerde <[EMAIL PROTECTED]>: > Hi there, > > I have a question about the default namespace > attribute ns. > Is this inherited when using define?
Yes, see the namespaces in xml recommendation. http://www.w3.org/TR/REC-xml-names/#defaulting The scope of a default namespace declaration extends from the beginning of the start-tag in which it appears to the end of the corresponding end-tag, excluding the scope of any inner default namespace declarations. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk
