| Thread | Last Post | Replies |
|
| XPathNodeIterator.Count Bug? | 22 Apr 2005 19:48 GMT | 4 |
I couldn't find a better resource for reporting a possible .NET Framework 1.1 (SP0 & 1) bug, so if this is not the proper forum, please let me know. The problem appears to occur when using "self::" to match the current node of an XPathNavigator. In this case the resulting ...
|
| XMLTextReader - Issue with special characters &,<,> | 22 Apr 2005 17:27 GMT | 1 |
I'm using XMLTextReader to parse the contents of XML. I have issues when the xml content itself has some special characters like & ,> etc. <CompanyName>Johnson & Jhonson</CompanyName> <EmployeeStrength>> 1000</EmployeeStrength>
|
| xmlDocument element's value assigning with &= or += doesn't work? | 22 Apr 2005 16:17 GMT | 1 |
ex in VB: oChild = XMLDoc.CreateElement("P") oChild3.InnerXml = "this is test data" '''''This doesn't work:
|
| Compilation error in class generated with XSD.exe | 22 Apr 2005 15:04 GMT | 2 |
I am having problems generating classes from an xml schema using XSD.exe. The schema in question is WiX.xsd (a Microsoft schema for WiX - a tool to create MSIs). The xsd tool generates the classes but I get the following compilation error:
|
| XML canonicalization using VB | 22 Apr 2005 13:49 GMT | 1 |
How can I canonicalise an XML file in VB???? Kindly help me out at the earliest. I can do the same in .NET using System.Security.Cryptography.Xml.XmlDsigC14NTransform namespace. I am very much desperate for this... All I need to do is.. take an XML as input and give an canonicalized ...
|
| getting around SOM limitations | 22 Apr 2005 13:21 GMT | 3 |
Hey, I love the SOM buuuuuut, I'm trying to add/read my own namespaced attribute in a node of my schema without having to jump back and forth from SOM to DOM. I think a sample is important here because there will certainly be confusion about
|
| Serializing 'unknown' objects | 22 Apr 2005 10:24 GMT | 1 |
All, I have quite a challenging task ahead of me. I need to write an object model (for code access) based on a schema, which cannot be made into a dataset because of it's complexity.
|
| Validation fails when mixing XSD and DTD | 22 Apr 2005 00:35 GMT | 1 |
When running the code below the validation fails when the first line of my xml contains <legalEnvelope version="1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
| Modifying an XML of more than 10 GB(REALTIME) !!!! | 21 Apr 2005 15:12 GMT | 3 |
I'm working on a very large XML file in C#. I need to modify or insert certain data on spicified tags in the file, without creating a new file !!!! !. How can this be possible ? I'm using XmlTextReader for reading this file.
|
| XPath query doesn't work in .Net 2.0 | 21 Apr 2005 14:49 GMT | 3 |
I tries to migrate an existing application from 1.1 to 2.0 but it seems that one of my XPath expressions no more works on this version. I tried a SelectNodes().Count. The result is 1 in v1.1 and 0 in v2.0. Here is the XPath expression:
|
| XSLT Question | 21 Apr 2005 12:39 GMT | 1 |
I'm using .NET Framework 1.1 XSLT. Can anyone tell me why this works: <xsl:for-each select="$somenodelist"> <xsl:if test="ext:CheckCondition (@condition)">Bla</xsl:if>
|
| Modifying Excel in DotNet System.Xml | 21 Apr 2005 12:05 GMT | 1 |
Consider the following code... Open excel document and save it as xml. Try to modify it in vs.net using the following code... ' ------------------------------
|
| Read from webpage ? | 21 Apr 2005 11:02 GMT | 1 |
Is there a way i can read xml from a webpage. The situation is that i have to type in an Url with some parameters (a login), when the page returns, it returns an ID that i have to use through the session, the ID is retuned in XML format, and this is what
|
| how to deserialize a sub class | 21 Apr 2005 10:21 GMT | 1 |
hi,all I'v gotten a problerm of deserializing xml to object.the scene is: I generated the classes using xsd tools including a class A and sub-class B, then I deserialize from XmlNodeReader only has B's node, and no exception was
|
| using xml to build ASP.NET applications | 21 Apr 2005 09:23 GMT | 2 |
hiya, ATM, I use vis studio to drag and drop controls on to my web forms. Apparently, an app can be built via XML and XSLT.I've been googling, but I'm still none the wiser as to why people would go to a low level of xml
|