Could you share the code and XML/XSD data that you are using?
<adgnews@gmail.com> wrote in message
news:1141045866.369916.307070@z34g2000cwc.googlegr oups.com...[color=blue]
> I have a problem converting a program from
Vb.net VS2003 to VS2005. I
> process a xml-file with an inline schema. In 2003 no problem. In 2005 I
> have 2 problems:
>
> 1) BIG space="preserve" problem.
> Suddenly the spaces are a problem during processing (The following text
> is not allowed in this context: ' '). Without the space="preserve" (or
> default) it works okay, but what to do now since I can't influence the
> dataformat.
>
> 2) SMALLER xml-msdata/IsDataSet problem.
> As long as there is a reference to the xml-msdata namespace in the file
> the VS2005 designers can't correctly display the data in the xml-file.
> Saw that the designer tools have changed, but I expect a previously
> correct file should produce te same output as in VS2003. Now I only get
> an empty row with 5 columns that should have data about present
> relationships (file has nog relations but is as simple as 123).
>
> The lines in the file that produce the strange behaviour are right at
> the start:
> <?xml version = "1.0" encoding="UTF-8" standalone="yes"?>
> <VFPData xml:space="preserve">
> <xsd:schema id="VFPData" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
> <xsd:element name="VFPData" msdata:IsDataSet="true">
>[/color]