You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
"&" change to "&" , if not , will get error message of java , like this :
'The reference to entity "cht" must end with the ';' delimiter.'
Exception in thread "main" org.xhtmlrenderer.util.XRRuntimeException: Can't load the XML resource (using TRaX transformer). org.xml.sax.SAXParseException: The reference to entity "cht" must end with the ';' delimiter.
& it's can be helper(filter) to fix this issue :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
first , sorry my poor English:)
the flying saucer has issue in params , like QR code image url in Google
http://chart.googleapis.com/chart?chs=50x50&cht=qr&chl=Hello+world&chld=L|1&choe=UTF-8
must change be
http://chart.googleapis.com/chart?chs=50x50&cht=qr&chl=Hello+world&chld=L|1&choe=UTF-8
"&" change to "&" , if not , will get error message of java , like this :
'The reference to entity "cht" must end with the ';' delimiter.'
Exception in thread "main" org.xhtmlrenderer.util.XRRuntimeException: Can't load the XML resource (using TRaX transformer). org.xml.sax.SAXParseException: The reference to entity "cht" must end with the ';' delimiter.
& it's can be helper(filter) to fix this issue :)
The text was updated successfully, but these errors were encountered: