Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
joer33304 #1
XSL NameSpace Help Need
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
joer33304 Guest
-
SGF namespace
Hello I wrote such a module: <pod> =head1 NAME SGF::Tournament - Tournament results and statistics generator class =head1 DESCRIPTION -
The use of Namespace..
Dear developers, may i know wat is the main use of Namespace in declaration... for example: ... the Namespace is for...?? does it affect the our... -
IPTables namespace - how to commandeer namespace
I have a Perl module, IPTables::IPv4, that I've been developing for some time, and that is in the CPAN repository. I've expanded the module to... -
<asp:> namespace
I'm working with an XSL document that renders ASP.NET Server Controls. In order to do this, I have to declare an "asp" namespace within the XSL...



Reply With Quote

