| Thread | Last Post | Replies |
|
| Remove escape characters in XML generated by XMLSerializer ? | 31 Jan 2004 16:36 GMT | 1 |
I am using the XMLSerializer class to serialize a custom class into a memory stream whose contents i then pass to a MSSQL SP that uses the sp_xml_preparedocument SP, i can serialize the class but get secape characters in the XML when i read from the memory stream. I do not know ...
|
| how to use xmlresolver for doing xml transforms | 31 Jan 2004 01:49 GMT | 1 |
I'm trying ti use the example in http://support.microsoft.com/default.aspx?scid=kb;en-us;330587#appliesto but doe s not work. I keep getting the error Public WriteOnly Property XmlResolver() as...is obsolete: Pass XmlResolver
|
| i want to kill xmlreader and all her children | 30 Jan 2004 18:46 GMT | 1 |
please reply via email to this post to x0td0x@hotmail.com i need some code that will generate code to read the xml file it is reading for example
|
| Using Variables in XPath Expression | 30 Jan 2004 18:36 GMT | 1 |
I have a textBox that contains a string values. I need to take this string and use it as criteria for an XPath Expression. Here's what I have. Why isn't it working??? string s = textBox1.Text;
|
| Error: There is no Unicode byte order mark. Cannot switch to Unicode | 30 Jan 2004 18:31 GMT | 1 |
I have a client server set of apps that can connect through socets and send data back and forth. I'm trying to get it to send XML messages back and both. Currently it works as string data. I collect all of the incoming data to a string but when I try to parse the incoming XML I ...
|
| Suggestions on Importing XML Document | 30 Jan 2004 18:25 GMT | 1 |
All, I'm trying to automate the import of an XML document into an Access application. Unfortunately Access cannot properly read the document. When it attempts to bring in the document it creates partial data structures and
|
| Form and XmlRootElement | 30 Jan 2004 18:22 GMT | 3 |
I have an XML file with no namespaces defined: <data> <textItems> <add name="test" value="test value"/>
|
| instantiation of xmlserializer gives me error in [randomname].dll | 30 Jan 2004 15:59 GMT | 2 |
Below are my classes generated using XSD.EXE from XML/XSLT When I do XmlSerializer xmls=new XmlSerializer(typeof(events[])); I get
|
| Error:An unexpected end of file parsing CDATA has occurred. | 30 Jan 2004 15:26 GMT | 4 |
I am creating a XML document which opens fine in IE. Implies MSXML thinks it is a well formed document. But when I try to load this document in VB.net using the following code
|
| <xsl:if> problem | 29 Jan 2004 22:27 GMT | 2 |
I tried to do this : <xsl:if test="ToutCompris"> some output </xsl:if>
|
| Hot to call C# function inside XSLT ? | 29 Jan 2004 20:24 GMT | 1 |
Is it possible to call C# function inside XSLT ? Thanks, Max
|
| What's wrong with my XSL | 29 Jan 2004 16:01 GMT | 2 |
I get no output from this file: <?xml version="1.0" standalone="yes"?> <Specials xmlns="http://tempuri.org/Specials.xsd"> <Trip>
|
| XML >> XSL | 29 Jan 2004 15:19 GMT | 4 |
I'm completly green at using XML/XSL and have a small problem... I have a XML file that is generated by my application. It looks like this: <PLANETS> <PLANET>
|
| Setting Namespace Prefix on an Element... | 29 Jan 2004 14:10 GMT | 4 |
I'm using XML serialization to produce the following XML document: <TestDoc xmlns:srd="some-url"> <Additional> <Security>
|
| XMLReader Problem | 29 Jan 2004 08:38 GMT | 11 |
I'm just moving to VB.NET and I'm trying to load a recordset into an XMLReader and loop through the records. When I use the .ReadElementString() method to get the next 'record' if it has reached the last record (eof) it fails with "Invalid attempt to read when reader is closed". ...
|