Error when using Saxon parse-html() Function

Here should go questions about transforming XML with XSLT and FOP.
hbfm
Posts: 4
Joined: Wed Apr 29, 2015 12:46 pm

Error when using Saxon parse-html() Function

Post by hbfm »

Hi everyone,

how can I use the Saxon processor parse-html() function in Oxygen?

http://www.saxonica.com/documentation/i ... parse-html

Image

Thank you for helping!
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Error when using Saxon parse-html() Function

Post by adrian »

Hi,

saxon:parse-html() is a Saxon extension function. Note the saxon namespace prefix. You need to declare this namespace prefix in order to use it:

Code: Select all

xmlns:saxon="http://saxon.sf.net/"
Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
hbfm
Posts: 4
Joined: Wed Apr 29, 2015 12:46 pm

Re: Error when using Saxon parse-html() Function

Post by hbfm »

Thank you, Adrian!
Post Reply