Hi,
Does anyone know how I can avoid that the result of:
<xsl:eval
language="javascript">createDetAddRqRows(this.selectNodes("//AVL/DATAPACKET/
ROWDATA/ROW[@NUMALBARAN="+valueOfNumAlbaran()+"]"))</xsl:eval>
Is something like:
<DETADDRQ>
<TABLENAME>SO_LINE</TABLENAME>
<FIELD TYPE="C">
<NAME>ART_CODE</NAME>
<VALUE>2005078</VALUE>
</FIELD>
<FIELD TYPE="C">
instead of:
<DETADDRQ>
<TABLENAME>SO_LINE</TABLENAME>
<FIELD TYPE="C">
<NAME>ART_CODE</NAME>
<VALUE>2005078</VALUE>
</FIELD>
<FIELD TYPE="C">
Regards,
Vincent Oorsprong
Data Access Europe B.V.
Tel: +31-74-2555609
Web: http://www.dataaccess.nl
Support: mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>