| Thread | Last Post | Replies |
|
| XML schema validation with web services | 23 Aug 2007 03:34 GMT | 2 |
I'm getting following errors in my schema validation . Error Message: The 'TimeSeries' element is not declared. An error occurred at , (1, 2). The 'http://alx.ml.com/mapsws:BoxColor' attribute is not declared. An
|
| XmlResolver Host Headers | 22 Aug 2007 16:00 GMT | 1 |
(Apologies if this is not the right newsgroup - if so, please point me in the correct direction.) Can anybody tell me a way to set the host header value on a DTD request through an XmlDocument object?
|
| Generete an XML instance from its XSD | 22 Aug 2007 15:25 GMT | 1 |
Is there a way to generate in code an empty instance of an XML from it's XSD? I have a lot of schemas and I want at run time to create an empty instance for them (I then have to fill one or two fields). Shahar
|
| Check for well formedness and get all errors | 21 Aug 2007 15:07 GMT | 5 |
I would like to run through an XML file using C# 2.0 and check for well formedness - and I would like to get all errors and not jsut the first one. My code is, off course, very simple:
|
| XML schema validation | 21 Aug 2007 09:59 GMT | 2 |
I have a XML file which I validate against a schema using the following: doc.Schemas.Add("", xsdSchema); doc.Validate(new
|
| Problem with transform XSL that incude asp.net controls | 20 Aug 2007 20:56 GMT | 8 |
I have an xsl file that transforms an XML document and outputs it to my web page. The xsl file is also creating LinkButtons and they appear on the page. However, I cannot get the linkbutton click event to fire for these
|
| Extracting hyperlink data from XML file | 20 Aug 2007 15:32 GMT | 8 |
I need to extract the data from the following XML file (fragment) which consists of and order number (in this case 415045) and some related part numbers into a .NET dataset. The part number data is contained in other parts of the file which are referenced by links to named ...
|
| How can I compare 2 XML dataset schemas? | 18 Aug 2007 02:37 GMT | 1 |
How can I comapre 2 dataset schemas are compatible (Same table columns, same keys, same constraints, ...)?
|
| DateTime Format | 17 Aug 2007 15:07 GMT | 1 |
I declared one element in my XML Schema as "xs:dateTime", when I validate the XML with the date in the format "dd/mm/yyyy", it shows the error that the give value is not valid, so my question is how to change the date format in XML Schema ??
|
| How can I serialize Color type? | 16 Aug 2007 20:07 GMT | 2 |
Can I xml serialize the property of type Color? The following doesn't work: [TypeConverter(typeof(ColorConverter))] [XmlElement(typeof(string))]
|
| image path | 14 Aug 2007 23:22 GMT | 1 |
I have the following requirement for an assignment. Could u please help me in creating xml document for this. I have images stored in c drive. . Create an xml document that models the image groups. Each grouping should include the name and location of the images within the ...
|
| xml doc | 14 Aug 2007 12:34 GMT | 1 |
I have three image groups. I have to create an XML document that models the image groups.Each grouping should include the name and location of the images within the group. How can I do that?
|
| escape xml with xpathnavigator.appendchild | 12 Aug 2007 16:54 GMT | 2 |
I'm using an xpathnavigator in a windows form to append child with attributes. xnav.AppendChild("<item name="""" value=""" & client supplied value & """/>")
|
| xpathnavagator no xml declaration | 12 Aug 2007 13:46 GMT | 2 |
Net 2.0 I'm using xml to store company configuration settings in a BLOB database field. I create an xPathNavigator like this:
|
| SOAP Exception - Deserializer Problem | 12 Aug 2007 00:00 GMT | 1 |
In my C# code, I have defined a Map object which is sent as part of a request to a web service, here's an extract of the part of the code: - Map map = new Map();
|