| Thread | Last Post | Replies |
|
| Random XPath generator | 27 Apr 2007 14:00 GMT | 1 |
I need generate randoms XPath expressions to make queries to XML documents. Someone can help me to find a component (class) that auto generate XPath expressions???.
|
| How to create objects derived from XML | 27 Apr 2007 11:46 GMT | 1 |
I have somewhere read that it is possible to create automatically .NET classes describing the structure of an XML file. I would like to read an XML file, which will be deserialized in proper C# classes.
|
| .NET and XMLSchemaSet | 25 Apr 2007 20:22 GMT | 1 |
Hello, Using .NET 2.0 and the System.XML.Schema.XMLSchema class. I am adding some schemas into the XMLSchemaSet object using XmlSchemaSet.Add. The schemas I am adding have circular imports, and therefore I have
|
| how to write this out using xmlwriter | 23 Apr 2007 21:52 GMT | 9 |
Hi I have a .net application and am using the xml writer class to create an xml file that opens as an excel file. I am trying to write out the following but am having difficulty. <Row>
|
| how to update an XML table | 23 Apr 2007 20:49 GMT | 1 |
Thanks in advance for any help... I have an .aspx file that I need to update a list of email addresses to receive my newsletter (doesn't have to be XML, an SQLserver table would work too I guess... are there any advantages to either). OK I have a textbox that the user types in
|
| Validation errors in xml file | 23 Apr 2007 17:02 GMT | 14 |
I am trying to use a validation method against this xml and keep getting 'The 'name' attribute is not declared' and I can't figure out why. Here is my XML:
|
| Can I extract the xpath to all elements within a XSD schema? | 23 Apr 2007 12:54 GMT | 3 |
Is there any tool or API call that extracts the xpath for all elements within an XSD schema? Here are some examples: Order/OrdrItems/ProductID
|
| Reading the XSD to get the Elements and Attributes for the XML | 20 Apr 2007 11:43 GMT | 1 |
Is it possible to fetch the Elements and Attributes in XML by reading the XSD?? I want to develop a application whose Elements and Attributes changes when i change my Schema. The Elements and Attributes will be displayed
|
| Accessing an XSD file | 19 Apr 2007 15:38 GMT | 12 |
I'm trying to access a schema file as such: Dim settings As XmlReaderSettings = New XmlReaderSettings() settings.Schemas.Add(webServiceNamespace, schemaFileName)
|
| Data display issues | 19 Apr 2007 12:59 GMT | 3 |
I am new to XML so pardon my ignorance. I have an XML file that is used to layout an invoice from a program. The problem I am having is I need more data than the program puts out so is it possible to use a script or something to query an MS SQL Server database for the additional ...
|
| Urgent problem with System.Xml.Schema.XmlSchema | 18 Apr 2007 18:20 GMT | 3 |
A set of xsd files has been working fine for us at this site, but now it gives *intermittent* errors for someone at a different cite (who is consuming the code we are producing). Most of the time it works fine. Occasionally it gives an error in the schema compiler:
|
| specify DTD location? | 18 Apr 2007 14:16 GMT | 3 |
I need to validate incoming XML files in a VB.Net 2005 application that must adhere to a DTD. This DTD is the only schema these XML files need to validate against. How can I specify/load the DTD, either as a file in the application path
|
| generating xml from arraylist | 17 Apr 2007 19:49 GMT | 2 |
I am trying to create xml document which could serve for datagrid, however the data is contained in an arraylist and i want to populate the grid using the data in arraylist....so can anyone please let me know that how is it possible...or any other way to accomplish it...
|
| How many times does a control trigger a "MODIFIEDCHANGED" event??? | 16 Apr 2007 12:51 GMT | 2 |
Ok, I'm pretty new to VB.Net, so please bear with me. Imagine the Load event of one of my forms includes the following: Dim ctrl as Control Dim txtbox As TextBox
|
| Split Address in XSL | 14 Apr 2007 00:36 GMT | 2 |
I am trying to split an address into serveral parts in an xsl stylesheet and was hopeing to get some pointers. The addresss are similiar to "testaddress, Templeogue, Dublin 16, Ireland , this is a very, long
|