2014-08-13
11:04 PM
- last edited on
2014-09-25
11:49 AM
by
alissa
Hi,
Does NMSDK SDK (5.2)APIs call the following 2 functions directly or indirectly:
1.)htmlParseChunk
2.)xmldecl_done
-Chiranjiv
2014-08-18 06:19 AM
I ran few Data ONTAP APIs and I am able to see that NMSDK is calling xmldecl_done goto stmt in libxml parser.c, but I did not see NMSDK calling htmlParseChunk function of libxml.