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
The problem is that XML 1.0 doesn't support the Form Feed character entity. You can use the binary method but this makes it difficult to compare the actual result and the expected result. Some ideas:
Use method="binary" instead, then interpret the result as some charset.
Add a preprocessing step that transforms a BRF into an XML structure where a Form Feed leads to a new <page>. Maybe method="brf".
Moving on from the previous point, directly output a basic PEF where instead of Unicode braille you have ASCII braille.
The text was updated successfully, but these errors were encountered:
Thanks Davy. I think the last option is a bit similar to something I once proposed: to let custom comparators also implement a custom diff view. This would solve other problems too such as the PEF diff highlighting apparent differences that aren't really differences according to the custom compare step (pef:compare).
Make it possible to compare BRF files in xprocspec, e.g.:
The problem is that XML 1.0 doesn't support the Form Feed character entity. You can use the binary method but this makes it difficult to compare the actual result and the expected result. Some ideas:
method="binary"
instead, then interpret the result as some charset.<page>
. Maybemethod="brf"
.The text was updated successfully, but these errors were encountered: