Re: Problems with attributes.

Subject: Re: Problems with attributes.
From: Reyes <reyes.garcia@xxxxxxxxxx>
Date: Wed, 20 Oct 1999 11:58:37 +0200
One thing, I have tested more the procedure [ unique-son ], and I have
looked that when there are two or more "ANKER" [ attributes ] successive
works good.

Also, if I have : 

               <WERK>
                  <ANZ>rrr</ANZ>
                  <SONW ANKER="#1">
                     <BENENNUNG>&#214;labla&#223;stutzen</BENENNUNG>
                     <TEILKENN>
                        <TKZ-RENK>5583160</TKZ-RENK>
                     </TEILKENN>
                  </SONW>
               </WERK>
               <WERK>
                  <ANZ>rrr</ANZ>
                  <SONW ANKER="#1">
                     <BENENNUNG>&#214;labla&#223;stutzen</BENENNUNG>
                     <TEILKENN>
                        <TKZ-RENK>5583160</TKZ-RENK>
                     </TEILKENN>
                  </SONW>
               </WERK>
               <WERK>
                  <ANZ>rrrCOPIA</ANZ>
                  <SONW ANKER="#1COPIA">
                     <BENENNUNG>&#214;labla&#223;stutzenCOPIA</BENENNUNG>
                     <TEILKENN>
                        <TKZ-RENK>5583160COPIA</TKZ-RENK>
                     </TEILKENN>
                  </SONW>
               </WERK>
               <WERK>
                  <ANZ>rrrCOPIA</ANZ>
                  <SONW ANKER="#1COPIA">
                     <BENENNUNG>&#214;labla&#223;stutzenCOPIA</BENENNUNG>
                     <TEILKENN>
                        <TKZ-RENK>5583160COPIA</TKZ-RENK>
                     </TEILKENN>
                  </SONW>
               </WERK>
               <WERK>
                  <ANZ>rrrNUEVO</ANZ>
                  <WERKZEUG ANKER="#1NUEVO">
                     <BENENNUNG>&#214;labla&#223;stutzen</BENENNUNG>
                  </WERKZEUG>
               </WERK>

the procedure works good, but if I have :

               <WERK>
                  <ANZ>rrr</ANZ>
                  <SONW ANKER="#1">
                     <BENENNUNG>&#214;labla&#223;stutzen</BENENNUNG>
                     <TEILKENN>
                        <TKZ-RENK>5583160</TKZ-RENK>
                     </TEILKENN>
                  </SONW>
               </WERK>
               <WERK>
                  <ANZ>rrrCOPIA</ANZ>
                  <SONW ANKER="#1COPIA">
                     <BENENNUNG>&#214;labla&#223;stutzenCOPIA</BENENNUNG>
                     <TEILKENN>
                        <TKZ-RENK>5583160COPIA</TKZ-RENK>
                     </TEILKENN>
                  </SONW>
               </WERK>
               <WERK>
                  <ANZ>rrr</ANZ>
                  <SONW ANKER="#1">
                     <BENENNUNG>&#214;labla&#223;stutzen</BENENNUNG>
                     <TEILKENN>
                        <TKZ-RENK>5583160</TKZ-RENK>
                     </TEILKENN>
                  </SONW>
               </WERK>
               <WERK>
                  <ANZ>rrrCOPIA</ANZ>
                  <SONW ANKER="#1COPIA">
                     <BENENNUNG>&#214;labla&#223;stutzenCOPIA</BENENNUNG>
                     <TEILKENN>
                        <TKZ-RENK>5583160COPIA</TKZ-RENK>
                     </TEILKENN>
                  </SONW>
               </WERK>
               <WERK>
                  <ANZ>rrrNUEVO</ANZ>
                  <WERKZEUG ANKER="#1NUEVO">
                     <BENENNUNG>&#214;labla&#223;stutzen</BENENNUNG>
                  </WERKZEUG>
               </WERK>

the procedure doesn't work godd.

Perhaps, it can help.

Thanks,
	 Reyes


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread