xsl-list
[Top] [All Lists]

Re: Another tokenize() question

2004-08-11 02:32:59


Interesting. My solution put everything into element structure and then used
for-each-group to add a level of hierarchy; David's solution put everything
into textual form and then used analyze-string to create the tree. Both seem
to work. What you can't do, it seems, is to handle the mix of textual
structure and element structure in one go.

And interestingly neither of these options is available in Xquery (and I
don't thing Xquery's typeswitch will come to the rescure in this
case:-)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


<Prev in Thread] Current Thread [Next in Thread>
  • Re: Another tokenize() question, David Carlisle <=