Answered
Span removing spaces in Pagination example
any idea why the pagination example removes spaces when span is applied? for example, this code (straight from the example),

renders like this,

any idea why the pagination example removes spaces when span is applied? for example, this code (straight from the example),

renders like this,

This was a bug in the example, sorry. The "ignoreWhitespace" flag in the XML object is set true by default, and for parsing text-related XML it should be set false. If you change that, the spaces should be handled correctly.
- robin
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.