| Thread | Last Post | Replies |
|
| XmlTextWriter and Text.Encoding.UTF8 issues | 15 Dec 2004 10:50 GMT | 4 |
I'm an XML newbie, and not sure if this is the appropriate newsgroup to post my question, so feel free to suggest other newgroups where I should post this message if this is the case. I'm having issues using XmlTextWriter, saving it out to a file with UTF8
|
| XPATH | 15 Dec 2004 10:47 GMT | 1 |
I Load the xml into the xmldoc and work with it fine. in the middle of my function I do a xpath to get two nodes that are similar. <X12_4010_837> <TS837Q3_2000A>
|
| Cannot use & as an attribute value | 14 Dec 2004 14:04 GMT | 12 |
I have a standalone XML file (with the appropriate xml document header) that works fine when I load it using XmlDocument. I can have child elements like this without problems: <SomeChildElement type="c" href="There.aspx?id=5" />
|
| XmlAttributeCollection.SetNamedItem problem | 14 Dec 2004 14:00 GMT | 1 |
When I try to call SteNamedItem(XmlNode) on an AttributeCollection where a node with the same name already exists, I get a NullReferenceException ("object reference not set to an instance of an object"). This goes against the described behaviour of the method, which is supposed ...
|
| Transform xsl file into xml file | 13 Dec 2004 11:17 GMT | 4 |
I have an xsl file and would like to transform it into an xml file. The same way as if i would open the xsl file in excel and then save as... xml file (Office 2003). is there a way to do it in c#(or whatever else) in visual studio .net?
|
| looking for xsl transform sample | 13 Dec 2004 11:14 GMT | 5 |
Hi, is there a sample code for a program that accept input xml file name, input xsl file name and output result file name and outputs the resulting xml? TIA, z.
|
| validate dynamic XML against dynamic XSD using VB.NET | 13 Dec 2004 06:57 GMT | 1 |
Greetings All If this is the wrong place to post this question, please give me a push in the right direction. Thanks. I know there has to be a simpler way to do this, but this is as simple
|
| XPath Query by namespace | 12 Dec 2004 11:03 GMT | 1 |
I'm trying to find the most efficient way to query specific nodes from an xml document using vb.net. My app will receive various types of xml documents and there are child nodes that will always exist that I need to retrieve data from before processing the whole document.
|
| don't serialize boolean property if false? | 12 Dec 2004 03:48 GMT | 3 |
I've got a boolean class property that is almost always false. How can I specify that a class property should not be included in the xml serializer output if it is false? I'm using [XmlAttribute]. [XmlIgnore] will never print it if it is true
|
| XML Encryption | 11 Dec 2004 20:49 GMT | 5 |
I need to do the following to an xml file in vb.net. - Read in the file - canonicalise (c14n) the XML document - generate a 160-bit binary secure hash from the canonicalise XML
|
| Cannot retrieve attribute value | 11 Dec 2004 00:01 GMT | 2 |
An application I'm helping develop transmits XML to an ERP and receives an XML statement showing the result of the transmittal to the ERP. I've pasted a copy of one of the response XML statements. I have no trouble retrieving the statement "Environment 'DEV' could not be ...
|
| SelectNodes and NodeInserted event | 10 Dec 2004 14:52 GMT | 1 |
I am writing an application that listens to the NodeInserted event, and if the event is fired it does a selectnodes xpath query on the XmlDocument. Only problem is, when I call SelectNodes(string, XmlNameSpaceManager) the NodeInserted event gets fired as well, without me doing any ...
|
| after deployment xml web service does not work | 10 Dec 2004 01:40 GMT | 1 |
Can you give me some suggestions of why the xml web service is not working? I have an xml web service that works in my visual studio. net 1.1 environment. I setup this project up for deployment doing the following steps: 1. add a web setup project called "testaddr".
|
| XML to Excel | 10 Dec 2004 01:27 GMT | 4 |
I have an application using ASP.net, and in this application the user will have the choice to download data from Sql Server to excel sheet,this will be done using code only could any one help me how to do this plzzzz???
|
| XmlSerializer and public ArrayList properties | 09 Dec 2004 16:42 GMT | 1 |
Before I continue, I'm going to begin by saying I'm not by any means an expert- I've been using .NET with C# for about 4 months now, and basically just learning by example and docs. A game project I work on uses Xml serialization to store game objects
|