DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14516>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14516

Repetitive node validation

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2002-11-14 08:11 
-------
It is not the white space problem...
This is the attribution of the attributs "TrsCritId" to thje repetitive nodes: 
each <credit> node has two children: <montant> and <Date>; we attribute a 
unique id to each child...

We should obtain:
<credit>
  <date TrsCritId="2">DATE1</date>
  <montant TrsCritId="3">MONTANT1</montant>
</credit>
<credit>
  <date TrsCritId="4">DATE2</date>
  <montant TrsCritId="5">MONTANT2</montant>
</credit>

but we obtain instead:

<credit>
  <date TrsCritId="4">DATE1</date>
  <montant TrsCritId="5">MONTANT1</montant>
</credit>
<credit>
  <date>DATE2</date>
  <montant>MONTANT2</montant>
</credit>

I obtain the correct xml using MSXML4, XMLSpy and another xsl engine...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to