Voting

: min(five, four)?
(Example: nine)

The Note You're Voting On

mp at webfactory dot de
18 years ago
While loadXML() expects its input to have a leading XML processing instruction to deduce the encoding used, there's no such concept in (non-XML) HTML documents. Thus, the libxml library underlying the DOM functions peeks at the <META> tags to figure out the encoding used.

See http://xmlsoft.org/encoding.html.

<< Back to user notes page

To Top