XML and XSD
Date: Thu, 27 May 2004 16:10:45 +0100
My small app that I am creating to learn how to deal with XML is coming
along. But now, I have an XML file that I laod, and all is OK. I am using
the SMLDocument component with D7.
I have an XSD file. How do I validate the XML that I have loaded, against
this XSD file?
Relevant Pages
- Re: Intellisense generation using C# and XSD
... fairly complex and I have an XSD file to validate it when the user ... to use it to add intellisense when users are typing in the xml. ... and use the schema to drive the user interface. ... you could then display the "input form" for that particular choice. ... (microsoft.public.dotnet.xml) - Re: xsd validation
... This posting is provided "AS IS" with no warranties, ... > Microsoft Corporation ... >>> creates the xml and then the user uploads it to a server. ... >>> My xsd file: it is the account_id field that i am interested in. ... (microsoft.public.dotnet.xml) - Re: Can an XmlDocument file be created from an XSD file?
... I have a fairly complex XSD file that was provided to me, ... > XmlDocument that will be populated with values and passed to a Web ... looking nothing like an XML ... XmlSerializer can serialize pretty well anything as XML. ... (microsoft.public.dotnet.languages.csharp) - Re: Remove note
... is it possible to use existing xsd file to do it? ... XML file. ... XSLT syntax to achieve this. ... market to learn the basic syntax (which has not changed much over the years ... (microsoft.public.dotnet.framework.aspnet) - xsd validation
... creates the xml and then the user uploads it to a server. ... to do is have the xsd file that is referenced in the xml doc validate ... My xsd file: it is the account_id field that i am interested in. ... (microsoft.public.dotnet.xml) |
|