You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Vincent Oorsprong <vi...@dataaccess.nl> on 2001/11/29 12:18:56 UTC

How to avoid the translation of "<" into "<"

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:

&lt;DETADDRQ&gt;
&lt;TABLENAME&gt;SO_LINE&lt;/TABLENAME&gt;
&lt;FIELD TYPE="C"&gt;
&lt;NAME&gt;ART_CODE&lt;/NAME&gt;
&lt;VALUE&gt;2005078&lt;/VALUE&gt;
&lt;/FIELD&gt;
&lt;FIELD TYPE="C"&gt;

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:support@dataaccess.nl




---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: How to avoid the translation of "<" into "<"

Posted by Jörg Heinicke <jh...@virbus.de>.
Avoid using the working draft-implementation of XSL, change to the 
W3C-recommmendation.

Joerg

Vincent Oorsprong wrote:

> 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:
> 
> &lt;DETADDRQ&gt;
> &lt;TABLENAME&gt;SO_LINE&lt;/TABLENAME&gt;
> &lt;FIELD TYPE="C"&gt;
> &lt;NAME&gt;ART_CODE&lt;/NAME&gt;
> &lt;VALUE&gt;2005078&lt;/VALUE&gt;
> &lt;/FIELD&gt;
> &lt;FIELD TYPE="C"&gt;
> 
> 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:support@dataaccess.nl


-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7411
Fax  +49(0)341-979-7409
joerg.heinicke@virbus.de
www.virbus.de

News:
Cocoon-Premiere - Virbus AG setzt bei ShoppingMall-Plattform "Lofex"
auf neueste XML-basierende Technologie
http://www.virbus.de/de/press/pressemitteilung/20011123_lofex/index.html
http://www.lofex.de


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>