Can I query from a string?
TangMonk opened this issue · 5 comments
TangMonk commented
uses xquery;
writeln(query('doc("<html>......html strings....</html>")//title').toString);
benibela commented
yes, you need to replace doc
with parse-xml
or parse-html
TangMonk commented
I am using process() to archived, thanks!
TangMonk commented
Hi, those function seems not appears on document
benibela commented
What document? Here is a longer function list
TangMonk commented
Thanks , it is useful!