| Thread | Last Post | Replies |
|
| System.NullReferenceException during XML Deserialization | 17 Jun 2004 18:05 GMT | 6 |
I'm experiencing odd behavior on the part of the XMLSerializer. I'm deserializing an XmlNode. The XmlNode is pass as part of a call to IConfigurationSectionHandler.Create. My XML looks like: <sectionName>
|
| XMLDocument Load method not releasing memory | 17 Jun 2004 09:43 GMT | 11 |
In my C# application, I have class which has method that opens an XML document, modifies it and saves it out. I run that method for several different XML documents. What I've found is that the Load emthod on the MXLDocument isntance loads the document into memory (as it should) ...
|
| loop using <xsl:for-each> and external javascript function | 17 Jun 2004 09:40 GMT | 1 |
I have an xsl as below. I am trying to loop using <xsl:for-each> and in the select attribute of <xsl:for-each> i am getting the nodeset from the external javascript function in the <CDATA> section. This code works fine with MSXML4.0 parser.
|
| XSLT: Xpath with variables | 17 Jun 2004 03:14 GMT | 3 |
I have an XML file similar to the following: <!-- snippet --> <selector key='USER/id' value='type1'/> <selector key='USER/id' value='type2'/>
|
| Importing XML Schema | 16 Jun 2004 23:29 GMT | 4 |
Can some one please help me with (or point me to) a very simple but working code sample that shows how to import XML Schema. I have tried many samples out there on internet but nothing seems to be working. I am trying to import a complex type/simple type element type from
|
| Create XML element with a namespace prefix | 16 Jun 2004 23:29 GMT | 2 |
Hi, I am having trouble with creation of XML programmatically using .NET. Specifically Im trying to create an element which looks like below and insert into an existing xml doc: <Worksheet ss:Name="TKCSheet1"> </Worksheet>
|
| WSE 2.0- Generating abstract SoapService classes from WSDL | 16 Jun 2004 23:21 GMT | 1 |
WseWsdl2.exe can be used to generate SoapClient classes from the WSDL. How can we generate abstract classes for WSE 2.0 based web service implementation based on the contracts specified in a WSDL file (just like WSDL.exe). Manually coding the server is not an option as the WSDL ...
|
| Controlling the order of serialized elements | 16 Jun 2004 16:21 GMT | 5 |
Okay, okay... from what I can find, I'm gonna be out of luck. I also understand that it *shouldn't* matter but it does. I'm trying to send some XML to Amazon and they're requiring the nodes to be in a specific order. I am supposed to send the elements in the following
|
| C# extension functions using MSXML? | 16 Jun 2004 10:59 GMT | 3 |
I'm having performance/memory problems using .NET's XslTransform class so I thought I'd give the MSXML object's a whirl. The question I haven't been able to find in these groups is can I use C# extension functions with the MSXML objects? More specifically to use a C#
|
| Deserialize / Serialize / Validate | 16 Jun 2004 01:31 GMT | 1 |
I need help with my approach to validating de-serialized XML received via webservice. Hopefully someone can point me to sources detailing best practice for the following. I agreed a standard data format with my client using an XSD. During
|
| audio | 15 Jun 2004 21:54 GMT | 1 |
Is there a way to store a WAV or any audio file in XML file. I would like to store the audio file as a value in a column of a table. Thanks VJ
|
| XSLT, coming from ASP model | 15 Jun 2004 13:40 GMT | 4 |
I am moving over from using msxml2.domdocument to system.xml and system.xml.xsl. I'd like to present this to my group today, so your help is appreciated. I want to transform an XML object (built on the fly) with an XSL document
|
| XPathNodeIterator bahaviour | 15 Jun 2004 12:29 GMT | 1 |
please clarify this doubt about XPathNodeIterator..the following XSLT uses this.. my doubt is, by looking at the XSLT, i thought the output to be Book1..but the actual output is Book1Book2Book3Book4.. as I understand, func method is called only once and XPathNodeIterator.MoveNext() ...
|
| Value of 'first parent with a value'? | 15 Jun 2004 08:40 GMT | 2 |
Is there a way in XSLT to write this XSL:Value-of select statement (which I've written in plain english): value of the attribute of the first ascendent to have a value. In otherwords, I have an element, and I want to get the parent attribute
|
| XmlValidatingReader too sensitive? | 14 Jun 2004 22:02 GMT | 2 |
XmlValidatingReader too sensitive? I have the following schemas (simplified) and xml file which validate fine in xmlspy, but blow up in xmlvalidatingreader with: 'The 'Hierarchy' element is not declared. An error occurred'.
|