Hi All,
I am trying to create Stylesheet to transform data from an ERP system to a format Microsoft Access can import. Mind you I am a novice when it comes to XML so my question maybe very basic.
I am having problems referencing nodes as they have prefixed with "aso" as follows;
<aso:Message xmlns=" xmlns:aso="
<aso:TasksForScheduling>
<aso:Task>
<TaskName>Design Offline</TaskName>
.....
</TaskName>
</aso:TasksForScheduling>
</aso:Message>
Part of my code in the stylesheet won't work(can't reference node move through each;
<xsl:for-each select ="/Message/TasksForScheduling/Task">
...
...
</xsl:for-each>
Any help would be appreciated,
Cheers,
Adam.
I am trying to create Stylesheet to transform data from an ERP system to a format Microsoft Access can import. Mind you I am a novice when it comes to XML so my question maybe very basic.
I am having problems referencing nodes as they have prefixed with "aso" as follows;
<aso:Message xmlns=" xmlns:aso="
<aso:TasksForScheduling>
<aso:Task>
<TaskName>Design Offline</TaskName>
.....
</TaskName>
</aso:TasksForScheduling>
</aso:Message>
Part of my code in the stylesheet won't work(can't reference node move through each;
<xsl:for-each select ="/Message/TasksForScheduling/Task">
...
...
</xsl:for-each>
Any help would be appreciated,
Cheers,
Adam.