I posted this on apllication developemtn and nobody answerered.

This is still unsolved, can anybody help ?

Hi,

I am trying to create some XSL file. I attached the underlying XML but the
root node has a namespace. When I drag and drop nodes in dw to the stylesheet
no namespace is added, so on transformation thet XSL does not show the data !

I get it of course manually to run, but that's a tedious task. So what do I
need to do in dw to get a namespace attached to each node ?

Example:

<SomeNode xmlns="http://SomeNameSpace">

DW does

<xsl:value-of select="SomeNode "/>

This works and is what DW should do:

<xsl xlmns:MyNameSpace="http://SomeNameSpace"....

<xsl:value-of select="MyNameSpace:SomeNode "/>

So how can I get dw to add that namespace prefix on each drag and drop
operation ?

Thanks for help

Joe