benibela/internettools

Can I query from a string?

TangMonk opened this issue · 5 comments

 uses xquery;
writeln(query('doc("<html>......html strings....</html>")//title').toString);

yes, you need to replace doc with parse-xml or parse-html

I am using process() to archived, thanks!

Hi, those function seems not appears on document

What document? Here is a longer function list

Thanks , it is useful!