You don't 'need' to include the namespace declaration at the article element for the document to be a valid XML document, and indeed most XSLT processors will not give you this level of 'control' because you are trying to fit a round peg into a square hole.
So what we have shown you how to produce is valid XML and will work fine.
|