| Author |
<?xml version="1.0" encoding="utf-8" ?> missing
|
|
| Biztalk_Freebie 2005-05-26, 5:55 pm |
| this is my 3rd post
till now i havent received any reply from this newsgroup
but some hope is still left :-)
problem
<?xml version="1.0" encoding="utf-8" ?> is missing
i am generating an xsd from well formed xml which has <?xml version="1.0"
encoding="utf-8" ?> declaration tag but when i generate from xsd <?xml
version="1.0" encoding="utf-8" ?> this tag is missing
how do i get this in my xml
--
Thanks
| |
| Phua Chiu Kiang 2005-05-26, 5:55 pm |
| This tag will be added by the XMLSendPipeline when you send the message
through it. The pipeline contains the XML Assembler component that has a
property "Add XML Declaration" that can be turned on (default) or off.
The schema should be independent of its encoding, so i don't think it is
something you can specify in the XSD.
ck.
"Biztalk_Freebie" wrote:
> this is my 3rd post
> till now i havent received any reply from this newsgroup
> but some hope is still left :-)
> problem
> <?xml version="1.0" encoding="utf-8" ?> is missing
> i am generating an xsd from well formed xml which has <?xml version="1.0"
> encoding="utf-8" ?> declaration tag but when i generate from xsd <?xml
> version="1.0" encoding="utf-8" ?> this tag is missing
> how do i get this in my xml
>
> --
> Thanks
| |
| Biztalk_Freebie 2005-05-27, 7:56 am |
| cool reply
thanks a lot
--
Thanks
"Phua Chiu Kiang" wrote:
[vbcol=seagreen]
> This tag will be added by the XMLSendPipeline when you send the message
> through it. The pipeline contains the XML Assembler component that has a
> property "Add XML Declaration" that can be turned on (default) or off.
>
> The schema should be independent of its encoding, so i don't think it is
> something you can specify in the XSD.
>
> ck.
>
> "Biztalk_Freebie" wrote:
>
|
|
|
|