Releases: Fulfillment-dot-com/fluidxml
Releases · Fulfillment-dot-com/fluidxml
Special Character encoding
Uses htmlentities
to encode simple string value if the user provides options for it
- Can optimistically encode or catch exception and retry element creation with encoded value by passing args for
htmlentities
as an array with key of eitherhtmlentities
orexceptionHtmlentities
based on which behavior is desired - Provide defaults for encode options through constructor
- Can override defaults through
$optionals
param foraddChild