On 05/05/2011 09:21 AM, Nikolay Sivov wrote:
On 5/5/2011 18:09, Adam Martinson wrote:
On 05/04/2011 05:56 PM, Nikolay Sivov wrote:
You don't need a separate helper for that. doparse() should do fine
with "UTF-8" encoding parameter to force encoding.
This is to avoid calling domdoc_loadXML() fro
On 5/5/2011 18:09, Adam Martinson wrote:
On 05/04/2011 05:56 PM, Nikolay Sivov wrote:
You don't need a separate helper for that. doparse() should do fine
with "UTF-8" encoding parameter to force encoding.
This is to avoid calling domdoc_loadXML() from domdoc_load(). When we
need almost identic
On 05/04/2011 05:56 PM, Nikolay Sivov wrote:
You don't need a separate helper for that. doparse() should do fine
with "UTF-8" encoding parameter to force encoding.
This is to avoid calling domdoc_loadXML() from domdoc_load(). When we
need almost identical behavior from 2 separate interface func
On 5/5/2011 00:38, Adam Martinson wrote:
---
dlls/msxml3/domdoc.c | 85
+
1 files changed, 50 insertions(+), 35 deletions(-)
You don't need a separate helper for that. doparse() should do fine with
"UTF-8" encoding parameter to force encoding.