Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

5.3.1

Choose a tag to compare

@carlosame carlosame released this 01 Apr 18:47
· 123 commits to master since this release
v5.3.1

Regression fix

This release fixes a DOM regression introduced in 5.3. All users of 5.3 should upgrade to 5.3.1.

XML entities in pseudo-attributes

The library now replaces XML predefined entities in the pseudo-attributes of Processing Instructions, for example title="1&2".

For details about the syntax, see

https://www.w3.org/TR/xml-stylesheet/xml-stylesheet.xml#NT-PseudoAtt


Detail of changes

  • Fix DOM regression introduced in be35ef9.
  • Support XML entities in PI pseudo-attributes.