| Thread | Last Post | Replies |
|
| performance problem with SelectSingleNode | 06 Jul 2003 11:21 GMT | 3 |
I have an application written in C# and i am using MS XML DOM! I have a document with the following structure (only the <DicEntry> - Elements are important):
|
| Need Help with reading XML from an URL | 06 Jul 2003 11:09 GMT | 3 |
I have tried to read XML from an URL using the XmlTextReader: XmlTextReader reader = new XmlTextReader(http://www.<domain>.com/?getxml=1); But reader.ReadOuterXml() only returns an empty string, what's wrong? Any ideas?
|
| Include XML data in dll | 04 Jul 2003 20:21 GMT | 1 |
I'm writing an application where I need to store a small amount of xml data in a relatively secure way - I don't want it just sitting out there in a separate file; I'd rather have it compiled into the dll I'll produce.
|
| How to obtain enumerated attribute declarations from a DTD using MSXML & VB? | 04 Jul 2003 16:04 GMT | 1 |
I have a VB (VB6, not .NET) application that reads an XML file (using MSXML v3.2 parser); the XML file contains a reference to an external DTD. The DTD has numerous enumerated attribute declarations like so: <!ATTLIST MyElement
|
| nested xml from dataset | 04 Jul 2003 15:25 GMT | 1 |
i have seen multiple postings on the subject but no answer that addresses my question: I create a dataset using a xsd schema. the schema specifies a relation from one of the tables to the other table via a primary-secondary key
|
| How to transform an xml file with 2 xsl files? | 04 Jul 2003 02:23 GMT | 3 |
I need to do a transform using 2 xsl files? How would i go about this? This is what am doing now - just a single transform. Dim XMLDoc As New XmlDocument XMLDoc.Load(Server.MapPath("files/rdxmltemplate.xml"))
|
| Consume XML to pass as a string buffer to legacy | 03 Jul 2003 16:54 GMT | 1 |
I am working on a project and a portion of which involves receiving xml files on internet, extract values to build a string and pass that string to legacy system. I am planning on using XMLReader to read passed xml file
|
| generate XSD of a table in sql server | 03 Jul 2003 16:44 GMT | 1 |
hi group plz tell how to generate XSD of a table in sql server. thanks
|
| What does 'You should pass XmlResolver to Transform() method' mean??? | 03 Jul 2003 16:30 GMT | 2 |
I've got the following code. But the XSLTransform line is underlined by the blue squiggle and vs tells me c:\inetpub\wwwroot\Sites\RiderDesign\articles\test.aspx.vb(37): 'Public Sub Transform(input As System.Xml.XPath.IXPathNavigable, args As
|
| How represent 24-bit data types in XML Schema? Limits? | 02 Jul 2003 18:59 GMT | 1 |
I have data from an embedded device that I want to represent as an XML schema. Each data sample in the device's data log consists of a 24-bit pressure value plus a 1 byte temperature value. I am an XML schema newbie. A 24-bit unsigned integer value has a range of 0 to 8388607. Is ...
|
| wddx | 02 Jul 2003 09:12 GMT | 1 |
Does anyone know how to make .NET and wddx work? Thanks.
|
| XSLT for Code Lookup? | 02 Jul 2003 06:02 GMT | 1 |
I'm a newbie to XML and just started looking into different avenues for architecting a data interchange utility for our application. We need to import and export our SQL2000 data via XML, preferably using VB.Net and ADO.Net, and don't want to reinvent the wheel. It's not for use ...
|
| how to return a xmldocument to classic asp | 02 Jul 2003 05:51 GMT | 1 |
I'm making a SOAP request to a webservice from classic asp with(SOAP Toolkit v3.0). This function has to return the XML document or the xmlstring to the classic asp page.
|
| importing XML doc into SQL Server | 02 Jul 2003 05:47 GMT | 1 |
Hello, I am trying to import an XML document into SQL Server. I have tried DTS, bulk loading into SQL server and anything else I can think of... The only thing that has worked slightly is : Dim objSQLConn As New SqlConnection(Constants.ConnectionString)
|
| Is xml case sensitive? | 01 Jul 2003 19:03 GMT | 1 |
For example, when passing an xml document between different vendor systems, would "utf-8" be distinctly different than "UTF-8"? Thanks,
|