| Thread | Last Post | Replies |
|
| VB.NET -. C# signatures different for XML Attributes | 08 Oct 2005 00:41 GMT | 2 |
I notice when moving from VB.NET -> C# that the overloads are different for <XMLRoot(....) > [XMLRoot(....) ]
|
| How to load an XmlTextReader from stream | 08 Oct 2005 00:19 GMT | 3 |
I have an XML document in a file (e:\bobo.xml) saved using unicode encoding with declaration: <?xml version="1.0" encoding="UTF-16"?> I can load that file into an XmlTextReader and read it just fine:
|
| Same Table cannot be the child table in two nexted relations... | 07 Oct 2005 17:41 GMT | 4 |
I've been setting up a schema with the XML Designer in VS .NET 2003. The designer lets me set up a lot of things including a complex type that contains an unnamed complex type called modified. When I try to preview the dataset, I get an error described as "The same
|
| System.OutOfMemoryException on Large Files) | 07 Oct 2005 07:22 GMT | 3 |
I get XXX when I run the following code (if and only if the outcome of transformation is beyond 20 MB) With _Xslt .Load(XslFile)
|
| XmlTextWriter and whitespace | 06 Oct 2005 20:13 GMT | 1 |
I've a routine that exports a DB query to Excel by building an XmlDocument and saving to a XmlTextWriter. The function works but new lines don't show up, i.e. significant whitespace is cut. I've tried adding WriteAttributeString("xml",
|
| Element Order in Serialized Class | 06 Oct 2005 19:13 GMT | 1 |
I have a class written in C# that generally serializes fine. The issue that I have is that I need to be able to submit the serialized data to another system and that system seems to be very sensitive to the order of the elements.
|
| Special Characters | 06 Oct 2005 13:22 GMT | 3 |
Is there a quick way to convert all special characters to XML format for example '&' to & or '+' sign to ? ?
|
| HELP!! Placeholder text for XML | 06 Oct 2005 00:26 GMT | 2 |
Hi guyz, How can I manipulate programmatically to show placeholder text for all empty elements? I'm using c#. Thanks in advance.
|
| XPath with prefix and local name | 05 Oct 2005 20:27 GMT | 2 |
The following returns a system error of System.Xml.XPath.XPathException. Dim Nodes As XmlNodeList Nodes = doc.SelectNodes("soap:Body") How is the XPath string formed where there is a prefix and a local name for
|
| Problem creating XML file... | 05 Oct 2005 18:28 GMT | 6 |
I'm trying to create this XML file: <?xml version="1.0" encoding="utf-8" ?> <Build type="Daily" sync="True" compile="True" assemble="True" > <Sync version="1.0.0.0" branch="QA">
|
| Please help me with this XPath expression | 05 Oct 2005 01:01 GMT | 2 |
I have a xml file like this <tab> <category name="Software" > Test purpose <subcategory name="Software">
|
| Decimal Type in a XSD Schema and problems with DataAdapter | 05 Oct 2005 00:53 GMT | 1 |
Hi every body, I am having a problem and I need your help, please I am using a XSD file; it has several nodes that have the following definition: <element name="guarantyPercent" type="decimal" />
|
| DTD file location on a website | 04 Oct 2005 22:23 GMT | 4 |
When XML is transferred by XSLT it creates and error that “dtd” file mentioned in document type is not found in window\system32 directory. How can I make either the XML or my code properly point to a relative virtual directory within the website for the dtd.
|
| XmlResolver and xsl:include | 04 Oct 2005 17:49 GMT | 1 |
Have been doing a fair amount of reading but at this point no joy. The scenario is - XSL template is stored within db. - Template has a xsl:include statement as <xsl:include
|
| data exchange with XML | 04 Oct 2005 16:59 GMT | 5 |
What is Microsoft solution for the data exchange between different platform with XML? Thanks.
|