|
|
|
|
|
by rwmj
4446 days ago
|
|
You could have a default implementation that callers have to set, eg: xmlSetFileResolver (xml, xmlDefaultFileResolver);
Callers could provide their own, but most will use none or use the supplied default.Of course nothing helps for people who code by copying and pasting, rather than understanding what the API or library does. |
|