obsoleted xpath_each

This commit is contained in:
Olof Hagsand 2018-07-20 15:52:32 +00:00
parent e79e48b46f
commit b894c30bfb
4 changed files with 42 additions and 24 deletions

View file

@ -43,7 +43,8 @@ int xpath_vec_xsl(cxobj *cxtop, char *xpath, cxobj ***vec, size_t *veclen);
int xpath_vec_flag_xsl(cxobj *cxtop, char *xpath, uint16_t flags,
cxobj ***vec, size_t *veclen);
cxobj *xpath_first_xsl(cxobj *cxtop, char *xpath);
#ifdef COMPAT_XSL
cxobj *xpath_each(cxobj *xn_top, char *xpath, cxobj *prev);
#endif
#endif /* _CLIXON_XSL_H */