| Thread | Last Post | Replies |
|
| newbie question on finding and editing | 31 Jan 2005 22:05 GMT | 2 |
Using vb.net, I need to search through XML files to locate specific elements and once found, update attributes of their companion elements. In plain language, I need to find specific book titles and update note information about each book. Not every book would be updated; just ...
|
| SOAP message to XML String | 31 Jan 2005 20:11 GMT | 1 |
I have a web service hosted on my server. When the web service is invoked a SOAP request is generated on my server. I would like to store the SOAP message as XML String, so I can perform various validations on each of the XML Tags. How do I acquire this in C# ?
|
| Xsd.exe tool issue | 31 Jan 2005 19:51 GMT | 1 |
I have a xml file that I want to take it as xsd.exe's input to create schema file. When I do xsd sample.xml, I got error, Error: There was an error processing 'sample.xml'. - The same table (element) cannot be the child table in two nested
|
| Possible to include other tags in a XSLT file? | 31 Jan 2005 18:24 GMT | 2 |
Is it possible to include addition tags in a XSLT file, that the XSLT processor will, for all practical purposes, ignore? What I'm looking to do is to include a section to contain information regarding what parameters the XSLT file is expecting. Then my program can
|
| XPath | 31 Jan 2005 17:05 GMT | 3 |
Dear Ng, after I have loaded am XmlDataDocument file, I try to extract a single node via XmlElement myElem =
|
| HTML 4.01 / XHTML implementation of the DOM | 31 Jan 2005 06:19 GMT | 4 |
Hi, got a few questions: - Does anyone know a HTML 4.01 / XHTML implementation of the DOM, or is only System.Xml (XML 1.0 and 2.0 only AFAIK) avaiable? - Any ideas if .NET 2.0 will have?
|
| MSDN like documentation for Xml-files? | 31 Jan 2005 03:34 GMT | 1 |
I would like to be able to generate documentation for a custom configuration file (xml) to enable future support engineers to understand applicable values to the various elements inside the configuration file. (see below for sample).
|
| Which type of digital certificate to get from VeriSign for SignedXML | 30 Jan 2005 15:15 GMT | 7 |
Happy New Year. I am using SignedXML and an X509 certificate to digitally sign a SOAP message body and put the signature in the SOAP header for a B2B business application. Can you suggest which type of digital certificates from
|
| XML Guru Needed! | 29 Jan 2005 17:18 GMT | 1 |
In converting a VB6 app using MSXML2 to a VB.NET app using System.xml, I'm looking a cross-reference. What would the equivalent .NET XML command be to 'transformNodeToObject?' Thanks!
|
| send soap message | 29 Jan 2005 15:48 GMT | 5 |
i have a requirement to send a soap message to a web service. i'm familiar with the soap toolkit using vb. i need to generate a xml document which i think i can do, but i don't know how to send it to this service.
|
| XSLT Dataset - need help by transform | 29 Jan 2005 03:48 GMT | 3 |
May some one could help me. I want to transform data, coming from SQL Server and loaded to a dataset wiuth xslt. After that, I want convert it by a xslt style sheet, and store it back or in
|
| XmlDocument question | 29 Jan 2005 03:41 GMT | 1 |
I'd like to implement the following feature, but I don't know how: When I read in a document with 'empty' elements, i'd like them to be 'compressed'. e.g.:
|
| Deserializing an array | 28 Jan 2005 09:54 GMT | 4 |
Using VB.NET I want to read in an XML file that has an array of objects and then step through the resulting array in code. I build a class to define the structure and I am running code to read in the data but I can't figure out where the data is in the resulting array. Most of the ...
|
| Conversion from XMLText to XMLElement | 28 Jan 2005 06:13 GMT | 2 |
i wanted to know if there is any way to convert an object to XMlText to XMLElement. Thanks in advance.
|
| Insert Doctype Node Dynamically | 28 Jan 2005 05:26 GMT | 1 |
I am receiving xml documents from a customer without a reference to a doctype. I know what the Doctype DTD should be need to insert the declaration as follows <?xml version="1.0" encoding="UTF-8"?>
|