kiftik01 Posted January 25, 2013 Share Posted January 25, 2013 We have a client that wants to specify both these attributes in an XML header. Is this allowed under XML specs ? An example is given below. <InvoiceImport xmlns="http://www.xxxx.com/schema/auditor/mws/invoice/" xmlns:xsi="http://www.w3.org/20...Schema-instance" xsi:noNamespaceSchemaLocation="http://www.xxxx.com/schema/auditor/mws/invoice/invoice-1.1.xsd" xsi:schemaLocation="http://www.xxxx.com/schema/auditor/mws/invoice/ http://www.xxxx.com/schema/auditor/mws/invoice/invoice-1.1.xsd"> Link to comment Share on other sites More sharing options...
Ingolme Posted January 25, 2013 Share Posted January 25, 2013 It's valid XML, there's nothing gramatically wrong with it. How the attributes are interpretted depends on the software that is reading the file. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now