- From: C. M. Sperberg-McQueen <cmsmcq@blackmesatech.com>
- Date: Mon, 19 Jun 2023 14:40:55 -0600
- To: Steven Pemberton <steven.pemberton@cwi.nl>
- Cc: ixml <public-ixml@w3.org>
Steven Pemberton <steven.pemberton@cwi.nl> writes: > I may be missing what the problem is, but can't you just parse the > elements? My apologies - I did not, it appears, make clear enough that in my imaginary scenario I am working to parse portions of an XML document, within an XSLT transform or an XQuery module. So I don't have an XML document presented as a sequence of characters -- I have a sequence of nodes in the XPath Data Model. The two suggestions by Norm and Liam amount to serializing the sequence of nodes as a string, so that it can be parsed as a unit. Different serialization choices produce different processing challenges / opportunities. I hope this clarifies a bit. -- C. M. Sperberg-McQueen Black Mesa Technologies LLC http://blackmesatech.com
Received on Monday, 19 June 2023 21:06:43 UTC