Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
special characters
posted

Good afternoon, I'm currently having an issue wherein when I try to enter a grid heading, it won't allow a slash in the name.  The error I receive is:  "There is a missing equals character."  Is there a method to achieve this?  thank you.

 

<XmlDataProvider x:Key="UpdateData2" XPath="UpdateList/Updates" >
            <x:XData>
              <UpdateList xmlns="">
                <Updates>
                  <Update ImportedTaxCode="" G/LDirectTaxCode="" Entity/PropertyNumber="" Option1="" Option2="" AccountType=""/>
                  <Update ImportedTaxCode="" G/LDirectTaxCode="" Entity/PropertyNumber="" Option1="" Option2="" AccountType=""/>
                  <Update ImportedTaxCode="" G/LDirectTaxCode="" Entity/PropertyNumber="" Option1="" Option2="" AccountType=""/>
                  <Update ImportedTaxCode="" G/LDirectTaxCode="" Entity/PropertyNumber="" Option1="" Option2="" AccountType=""/>
                  <Update ImportedTaxCode="" G/LDirectTaxCode="" Entity/PropertyNumber="" Option1="" Option2="" AccountType=""/>
                  <Update ImportedTaxCode="" G/LDirectTaxCode="" Entity/PropertyNumber="" Option1="" Option2="" AccountType=""/>
           
                </Updates>
              </UpdateList>
            </x:XData>
        </XmlDataProvider>

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    I am not absolutely sure but I think that  these characters cannot be escaped by defining the XML in the XAML.

Children
No Data