Hi All,
I am using xforms-upload control aplication of ops 3.5.1 .
While click event on add ,it adds one more control.
So dynamically i have to get finame attributes in xpl. how to get it please help me.
Ex:
In xhtml:
<main-instance>
<file filename="one.txt" mediatype="" size=""/>
<file filename="two.txt" mediatype="" size=""/>
<file filename="three.txt" mediatype="" size=""/>
</main-instance>
in xpl:
xslt processor:
<xsl :for-each select="//file">
<filename> <xsl:value-of select="//file/@filename"/></filename>
</xsl>
I need to get 3 filenames here .But here it is overriding . By using concat syntax how to get these three filenames at one node(means one.txt+two.txt+three.txt).
--
Please help me, I am new in XForms, It is urgent in my project!
Thanks in advance,
Laxmi Narayana.
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws