Click to See Complete Forum and Search --> : Problem with Transform Node !!!
saimo
11-18-2001, 10:04 AM
I use MSXML2 domdocument 3.0.
When i perform transform node it adds this line .
why?
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">
how can i tell the parser to stop adding that line.
Laurent Kempé
11-19-2001, 07:38 AM
"saimo" <saimo22@hotmail.com> wrote:
>
>I use MSXML2 domdocument 3.0.
>When i perform transform node it adds this line .
>why?
>
><META http-equiv="Content-Type" content="text/html; charset=UTF-16">
>
>
>how can i tell the parser to stop adding that line.
Check if you have a <xsl:output method="html" > in your XSLT, if yes remove
it.
Hope it helps
Best Regards,
---
Laurent Kempé
Software Engineer
lkempe@netcourrier.com
http://perso.wanadoo.fr/laurent.kempe
devx.com
Copyright Internet.com Inc. All Rights Reserved