| Thread | Last Post | Replies |
|
| Saving DataSet as XML in ADO format using VB.NET | 14 Jan 2004 17:10 GMT | 1 |
I am trying to convert a lot of web reports from ASP/VB to ASP.NET/VB.NET. I would like to save my dataset in XML and then use XSLT to transform the XML. The catch is I would like to have the XML in the format that ADO uses versus the default format in which ADO.NET
|
| help using XSL stylesheet | 14 Jan 2004 15:27 GMT | 3 |
i have an xml file that holds a URL string for an image location. how do i write the XSL code to display this image? thanks, PM
|
| The file is being used by some other process | 14 Jan 2004 15:14 GMT | 1 |
Am trying to read from and write to a same xml file.i have no prob when reading the xml file.but when i write to the same file i get the following error even after closing the reader object(which is open). The file is being used by some other process.
|
| XPath syntax Validation/Help? | 14 Jan 2004 14:54 GMT | 1 |
I am attempting to use XPath to query for a specific node in the sample XML I've provided below. I'm unsure of the exact XPath syntax, but I believe I need the following query to get the proper node where the
|
| System.Xml.XmlDocument parses  as well-formed | 14 Jan 2004 14:45 GMT | 1 |
With both .NET 1.0 and 1.1 I have found the following strange behaviour where System.Xml.XmlDocument.LoadXml doesn't throw an error when parsing a text node with a character reference to an invalid characters like . Using the CreateTextNode method I create a text node ...
|
| Serialization | 14 Jan 2004 09:09 GMT | 2 |
Experienced members, I need some advice, or maybe I am missing something simple. I have 2 classes.
|
| Problem with saving an XML file | 14 Jan 2004 09:04 GMT | 3 |
I am trying to write to an Xml document. My xml file is present is in the current working directory but whenever i try to make changes to the file and save the change in the XML file (which i specify as a parameter to doc.Save() method) it searches for the file in F ...
|
| XML and Excel! | 14 Jan 2004 04:33 GMT | 1 |
I need a XML-Export for my Software. Now I have created some test files, which can be read under XML Notepad or Internet Explorer whitout any error. But if i want to open the file under Excel, i get the following problems: 1.) Data fields with only numbers are displayed twice.
|
| manage text and tag mixed in xml | 13 Jan 2004 21:34 GMT | 1 |
I've got an XML doc which looks like something like that : <member name="F:Pssoft.Utilities.DB.EasyDB._orcPackagePrefix"> <summary> The name of the package the procedure exists in in an oracle
|
| Namespace issues. | 13 Jan 2004 21:05 GMT | 1 |
We have a XML script which uses the default namespace. See below: <?xml version="1.0" encoding="UTF-16"?> <Import xmlns="http://www.blah.com/nVanta" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| Access to (XML + XLST) to file. | 13 Jan 2004 08:42 GMT | 3 |
I would like to know after transforming my datatables which store in dataset into XML form. Now I want to save it into a file and also create a XLST file to read it. How can I do that? Would you give me any advice or link to further my understandings.
|
| XPath, SUm of Attributes for certain Elemnets | 13 Jan 2004 08:27 GMT | 1 |
I am trying to sum the amounts attributes of a transaction element but only for transaction elements where the SaleType attribute is equal to SALE XML Snippet:
|
| Mapping Nested XML to Relational Tables | 13 Jan 2004 02:54 GMT | 6 |
I'm having a problem translating nested XML to relational tables and would appreciate anyone's advice with it. I've written some code in C# that retrieves a fairly complex XML document structure from a remote server and loads in into a dataset. Originally, the
|
| Where can i get XSD.exe | 12 Jan 2004 20:26 GMT | 1 |
I have dot net env installed in my system Could you please help me in finding where can i get xsd.exe thank you
|
| URGENT | 12 Jan 2004 20:22 GMT | 1 |
Hey buddies, I am looking for a web site containing .NET growth surveys / statistics North America (mainly) and all over the world. Can anybody help me ??!!! Thx.
|