| Thread | Last Post | Replies |
|
| XmlReader problem with XML Fragment | 19 Nov 2003 07:58 GMT | 2 |
I need a reality check <g>... I have the following XML fragment: <event sitename="West Wind Demo Link"> <url>http://rasnotebook/wconnect/testpage.wwd?Test2</url>
|
| Change the XML elements sequence | 19 Nov 2003 07:31 GMT | 1 |
I export some database data to an XML file. How do I change the sequence of the elements (fields) appear in the XML document? For example, my XML output from TableA is:
|
| newbie XML QUestion | 19 Nov 2003 05:51 GMT | 1 |
I made a simple XML doc to hold backup file sets i.e. like this repeated per "record" path to backup, inclusion specs, exclusion specs, and if it is recursive
|
| System.XML vs MSXML 3/4 | 19 Nov 2003 03:42 GMT | 2 |
I am current in the process of converting an existing ASP application to ASP.NET. The existing application makes extensive use of server side XML transformations as in rslt=myxmlobj.tranform(myxsltdoc). Now I have included the reference to the MSXML 3.0 object into my .NET
|
| How can I swap two xml nodes that belong to the same parent? | 19 Nov 2003 00:24 GMT | 1 |
How can I swap two xml nodes that belong to the same parent? Examples would be great! Thank you, Sasha
|
| Newbie need help | 18 Nov 2003 17:06 GMT | 2 |
<Person> <LastName>anyLastName<LastName/> <FirstName>anyFirstName<FirstName/> <Person/>
|
| XML in VB.Net and MSXML | 18 Nov 2003 16:59 GMT | 2 |
All, Which version of MSXML does the XML section of the .Net Framework use or does it use something completely different? I'm starting to get into an XML contract and they claim to be using MSXML
|
| Apache Axis and Visual Studio .NET Web Reference | 18 Nov 2003 15:58 GMT | 3 |
I noticed that adding in Visual Basic .NET a Web Reference to an Apache Axis web service results in a URI in the generated code that no longer has a port number. I tracked down the problem to the WSDL file created by
|
| Problem with RSS feed | 18 Nov 2003 13:10 GMT | 5 |
I am trying to incorporate Really Simple Syndicate (RSS) news into my asp (not asp.net) based website. Since RSS is basically XML, I am trying to open the xml file and parse it. On Asp.net the following code works seamlessly. I am running IIS 5.1 on Win Xp Sp1.
|
| Ado and Xpath vs. Ado.Net and XML | 18 Nov 2003 11:37 GMT | 4 |
I am a newbie to Ado.Net. I am trying to convert my code to ado.net but I could not find equivalence. Could someone out there shed me a light. I had data in DB, I created a schema, retrieved data from
|
| XMLValidatingReader - How to disable range checking | 18 Nov 2003 08:50 GMT | 2 |
I am currently validating an XML file against a Schema using XMLValidatingReader. The schema actually contains ranges for particular elements and I have been using it to detect range errors before it gets to my program. The way the rangechecking works is that every element that ...
|
| How to say it in XSD? (xs:list, xs:enumeration, ...) | 18 Nov 2003 03:37 GMT | 1 |
Suppose I have a simple type which is enumeration <xs:simpleType name="fontStyle"> <xs:restriction base="xs:string"> <xs:enumeration value="bold" />
|
| Validating xCBL documents with .NET | 18 Nov 2003 03:32 GMT | 1 |
I am creating a .NET application that will be receiving XML purchase order documents in xCBL 2.x, xCBL 3.0 and xCBL 3.5 format. I'm trying to figure out how to validate these XML docs against the appropriate schemas in .NET.
|
| C#: How to deserialize an object to a string | 18 Nov 2003 01:57 GMT | 3 |
I want to know how can i deserialize an object to a string, instead of a file as below:ShoppingList myList = new ShoppingList(); myList.AddItem( new Item( "eggs",1.49 ) ); myList.AddItem( new Item( "ground beef",3.69 ) );
|
| XML XPath question. Simple XML File | 18 Nov 2003 01:39 GMT | 2 |
Ok, Here is my XML File, it's pretty simple: <?xml version="1.0" encoding="utf-8" ?> <Dispositions>
|