| Thread | Last Post | Replies |
|
| ServerXMLHTTP in .NET ? | 01 Jul 2003 18:57 GMT | 1 |
is there something like the ServerXMLHTTP object from MSXML available in .NET ? I searched in the VS help, but just found documentation for the MSXML object....
|
| XslTransform object, Transform method | 01 Jul 2003 16:49 GMT | 1 |
Of all the eight overloaded Transform methods in XslTransform, none of them write to a string. (They write to streams, readers, files, etc.) Anyone know how to get this to a string? xmlDoc.LoadXml(xml_string)
|
| XslTransform.Transform Arguments Obsolete? | 01 Jul 2003 15:55 GMT | 2 |
Can anyone tell me why I receive the following compiler warning after having recently upgraded to VS.Net 2003 and .Net 1.1? Warning CS0618: 'System.Xml.Xsl(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.Xml.XmlWriter)' is obsolete: 'You
|
| Encoding, standalone value setting? | 01 Jul 2003 08:35 GMT | 1 |
Currently using: Dim xtw As New XmlTextWriter (path,system.Text.Encoding.UTF8) which produces:
|