Hi Stefan,
I had the same problem.
A simple but unpretty solution I found was to add a second step to populate
the empty namespace attribute. e.g.
http://add-your-toplevel-schema-namespace-here";
Sequence="2" />
Which results in
http://add-your-toplevel-schema-namespace-here"; />
L
Namespaces in MSXML are hideous things to deal with. I think you need to use
the same namespace as the root namespace or MSXML thinks that you're trying to
add yourself to a new namespace. I don't know a great way around these sorts
of problems without lots of experimentation with XSL in MSXML
2 matches
Mail list logo