| Thread | Last Post | Replies |
|
| split massive xml file | 18 Jun 2007 18:52 GMT | 1 |
I have an xml file (sample below) that is massive. hundreds of megs maybe thousands. I need to split it up into multiple files so each file gets a copy of the header element and sub elements and 1 detail element. There will be 1 file created for each detail element. Any tips ...
|
| Anyone is working on PCATS XML standard? | 18 Jun 2007 14:33 GMT | 5 |
I am having problem opening the XAL file in the browser because the xmlns URL and xsi URL are invalid. If I would like to ignore those, what's the way to get the data into an SQLserver table?
|
| XPath and web.config | 18 Jun 2007 05:09 GMT | 6 |
I must be completely losing my mind. I have some code that writes to config files. It works great with app.config files, but fails miserably with web.config files. For the life of me, I cannot figure out what is going on here.
|
| What is wrong with my XPathExpression? | 16 Jun 2007 12:44 GMT | 2 |
I have an XML file that looks like this: <Counties> <County> <District>2</District>
|
| Please help...writing to XML file | 14 Jun 2007 23:04 GMT | 1 |
I have looked in all my books and online and can't find a way to make this rather simple task work. Could someone please review the code and see what errors I've made? Thanks!!!!!! I have an aspx for with a textbox and a button. The goal is to simply
|
| RemoveChild Question | 14 Jun 2007 12:14 GMT | 1 |
looking for the correct code to remove the DEST_ID SUBSCR="[1]" node with RemoveChild <WIRE_DATA> <NEED_WIRE>V</NEED_WIRE>
|
| Dataset WriteXml Problem | 13 Jun 2007 17:20 GMT | 4 |
Could somebody please point out my error in the following code. The dataset is returned by a stored procedure containing FOR XML AUTO, ELEMENTS, but the XML Document that is created contains < and > instead of < and >. I have tried everything that I can think of
|
| XSD created in VS2005 not compatible with VS2003 | 12 Jun 2007 15:52 GMT | 3 |
We are upgrading from VS2003 to 2005. We discovered that the XSD generated in 2005 (.Net 2.0) is not compatible with what was generated in 2003 (.Net 1.1), and this breaks our code, as we have serveral modules that read the XSD file and are sensitive to its structure.
|
| question about create table by using xslt | 07 Jun 2007 16:26 GMT | 5 |
I have a xml file, here is sample part: <?xml version="1.0" encoding="UTF-8"?> <ProducsList> <Product id="1">
|
| Object Serialization | 07 Jun 2007 16:04 GMT | 1 |
How would I set up a class or classes to serialize to XML in the format below? I cannot figure out how to serialize the group of links as "id" attributes of the link element. <data>
|
| Can't Access to a file | 07 Jun 2007 12:32 GMT | 1 |
I am trying to create html file using XML and XSL (with XmlDataDocument and XslTransform objects) within asp.net 2003 app. Keep getting : "...test.html" is denied. here is the code:
|
| schema question for dynamic elements | 06 Jun 2007 11:12 GMT | 4 |
I was wondering how to write the schema so that the DataSet LoadXml() method will create the associated DataTable. I've tried the following in the schema file (using VS.NET 2005): <xs:complexType name="Header">
|
| xml records c# newbee | 04 Jun 2007 20:39 GMT | 2 |
I need to store records in xml files, i need to load the record, add new nodes, delete nodes and modify existing ones then save the file again. Looks to me like there are different ways of working with xml,
|
| Removing self-closing tags in XMLDocument.Save | 04 Jun 2007 16:20 GMT | 4 |
I have a VB.NET (VS2005, .NET 2.0) application producing an XML file which is then used by a third-party product. It turns out the latter doesn't like self-closing tags (i.e. it would rather see <CardNo></CardNo> than <CardNo />).
|
| String representation of XML from System.Xml.XmlTextWriter | 02 Jun 2007 12:25 GMT | 1 |
Is there anyway to get the XML string representation from the XmlTextWriter object? I created a function to create an XML using this object, but I need to send back an XML as the return value of this function. But I am not
|