Hi,
I am facing one problem in XML. I am loading the XML file and apply the XSLT using .net 2003 (C#). XSLT will add Space character in the xml. I am using the entity value for space character  . it works fine in .net 1.1 whereas in .net 2.0 the space character is not showing up in the xml. I have no idea why is it working in .net 1.1 and not in .net 2.0?
If I use the entity ( ) then it works well for both .net 1.1 and .net 2.0. So the issue is that the XML parser is not recognizing the space character ( ) in .net 2.0. So is there any way i can resolve this issue? If anyone knows how to handle the space character in XML, please guide me on this.
Regards,
Vinod
I am facing one problem in XML. I am loading the XML file and apply the XSLT using .net 2003 (C#). XSLT will add Space character in the xml. I am using the entity value for space character  . it works fine in .net 1.1 whereas in .net 2.0 the space character is not showing up in the xml. I have no idea why is it working in .net 1.1 and not in .net 2.0?
If I use the entity ( ) then it works well for both .net 1.1 and .net 2.0. So the issue is that the XML parser is not recognizing the space character ( ) in .net 2.0. So is there any way i can resolve this issue? If anyone knows how to handle the space character in XML, please guide me on this.
Regards,
Vinod
Comment