xsl-list
[Top] [All Lists]

RE: equivalent for 'while'

2005-02-17 01:23:25

I feel rather silly but Ive tried out both your <xsl:for-each> 
statements and they dont seem to work for me. I dont really know what 
the cause is coz I've tried checking other dependencies and they're 
working fine.

My problem really is trying to interact between two XML documents. I 
need to determine whether the top-level element of XML doc 1 
is present 
in XML doc 2 (which I've done). I then need to determine whether the 
defining sub-element of the top-level element in doc 1 is 
also present 
in XML doc 2 (this part is becoming a nightmare for me).
[snip]
I'm seriously stuck with this problem and one of the main 
reasons is my 
background in procedural programming. I could probably have done this 
bit using Java in 5mins but its taking me forever to get it done in 
XSLT. But I want to use XSLT as its a very powerful language and will 
ultimately be the best choice for my requirements.

Would sincerely appreciate your help.


I think it would be best if you posted your work so far - it could be
that the way you've approached the first part of your problem is causing
you problems for the second part.

Post an example of doc 1, an example of doc 2 and what output you would
like to get.

cheers
andrew
  

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>