|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Sequence from String-LiteralMichael Kay mike at saxonica.comFri May 11 11:22:01 PDT 2007
Do you mean, the string literal contains XML markup, and you want to parse it to turn it into nodes (an instance of the XDM data model)? That operation is called XML parsing... There's no standard way of doing it from within XQuery. Saxon has an extension function saxon:parse(). http://www.saxonica.com/documentation/extensions/functions/parse.html Some products may support the "data:" URI scheme, where the data is wrapped into a URI that can then be passed to the doc() function. Michael Kay http://www.saxonica.com/ > -----Original Message----- > From: http://x-query.com/mailman/listinfo/talk > [mailto:http://x-query.com/mailman/listinfo/talk] On Behalf Of > http://x-query.com/mailman/listinfo/talk > Sent: 11 May 2007 09:09 > To: TalkXQuery > Subject: Sequence from String-Literal > > Hallo all, > > thanks for the answer before. Now I have an other problem. I > want to pass a string lietral <a><b>Hello</b></a> to a xquery > variable, and during the process, I want to convert the > literal into a sequence, so that for-Expression can iterate over it. > > I tried with > > document{ $literal } > > but that doesn't work. (Don't ask, I thought, that I read > this somewhere in a xquery book). > > Backgrounf for this approach is passing a string to a eXIst > XQueryService. There, it is not possible to pass a whole > DOM-Object or something else. SO I want to fill the variable > with a string (in xml > strcuture) and than convert it into a sequence. > > Is that possible? > Thx > mfw > _______________________________________________ > http://x-query.com/mailman/listinfo/talk > http://x-query.com/mailman/listinfo/talk
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






