Why don't XSLTs work with Project 2003 XMLNS

N

NathanDW

I am trying to transform MS Project.xml files from Project format to a
simplified XML format. The root <Project> tag has an xmlns of
xmlns="http://schemas.microsoft.com/project". myXSLT.xsl (XSLT) contains a
namespace of xmlns:xsl="http://www.w3.org/1999/XSL/Transform". When I try to
proccess Project.xml through myXSLT.xsl wierd thigns happen. HOWEVER, if I
remove the xmlns (xmlns="http://schemas.microsoft.com/project") from the
<Project> tag everything runs as it should.

Note: These events happen when useing XML Reporting Wizard as well as when I
proccess useing IE 6 ( add <?xml-stylesheet type="text/xsl"
href="trans2.xsl"?> to Project.xml and run in IE 6)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top