File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -195,12 +195,11 @@ struct ly_in;
195195 format according to RFC 7951 based on their type. Using this
196196 option the validation can be softened to accept boolean and
197197 number type values enclosed in quotes. */
198- #define LYD_PARSE_OPTS_MASK 0xFFFF0000 /**< Mask for all the LYD_PARSE_ options. */
199-
200198#define LYD_PARSE_ANYDATA_STRICT 0x10000000 /**< Apply strict parsing (::LYD_PARSE_STRICT) also to anydata
201- content. By default, unknown elements in anydata are parsed
202- as opaque nodes. With this flag, an error is raised for any unknown
203- elements within anydata/anyxml subtrees. */
199+ content. By default, unknown elements in anydata are parsed
200+ as opaque nodes. With this flag, an error is raised for any unknown
201+ elements within anydata/anyxml subtrees. */
202+ #define LYD_PARSE_OPTS_MASK 0xFFFF0000 /**< Mask for all the LYD_PARSE_ options. */
204203
205204/** @} dataparseroptions */
206205
You can’t perform that action at this time.
0 commit comments