Home
last modified time | relevance | path

Searched refs:XFF_XML (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/libxo/libxo/
HDlibxo.c325 #define XFF_XML (1<<8) /* Force XML encoding style (for XPath) */ macro
2884 int style = (flags & XFF_XML) ? XO_STYLE_XML : xo_style(xop); in xo_do_format_field()
3418 xo_xff_flags_t pflags = flags | XFF_XML | XFF_ATTR; in xo_buf_append_div()