On 10/24/06, joseph greene <[log in to unmask]> wrote: > I have been trying to transform MODS records to other formats (Dublin > Core, HTML) and I can't seem to get it to work properly with the MODS > xmlns information included in the root element. I've used several > parsers for XSL 1.0 and 2.0 (through oXygen) and also xsltproc (through > the command line). By process of elimination, I don't think it's a > parser problem. Are you declaring the mods namespace and binding it to a prefix in the stylesheet? E.g. you should have templates with xpaths like "m:titleInfo" where the "m" prefix binds to the correct URI. Bruce