| Thread | Last Post | Replies |
|
| Problem using xml writer | 02 Oct 2003 14:23 GMT | 4 |
Hi I want to create following xml document using xmlwriter <?xml version="1.0" ?> - <epps>
|
| Transfering XML Data into an XSLT File | 02 Oct 2003 11:50 GMT | 1 |
I have an XML file with data in it (no schema). I need to convert this data into an xsl file so that I can display it in Internet Explorer. Can someone help me out with the code?
|
| Linking XML Documents | 02 Oct 2003 10:04 GMT | 3 |
What I'm trying to do is produce a number of XML documents that can be linked together. For example say I had one document called "valuations.xml" which is a lists all of the securities/assets for each valuation
|
| Problem with XslTransform using XmlResolver | 02 Oct 2003 06:44 GMT | 1 |
I have a problem with the XslTransform looking as though it is not using my custom XslResolver. My customer resolver has been working fine until I tried to use the following in my style-sheet: <xsl:variable name="codesFile"
|
| Remove Dataset name as ROOT of XML | 02 Oct 2003 05:21 GMT | 1 |
I am generating deeply nested XML document from a Dataset using ' Write to the file with the WriteXml method. DataSet21.WriteXml(myXmlWriter)
|
| Getting feed from rss 1.0 | 02 Oct 2003 05:07 GMT | 1 |
Hello, I'm trying to parse a rss 1.0 docoment like the following example from http://www.instapundit.com: <?xml version="1.0" encoding="iso-8859-1" ?>
|
| Possible Bug: ArgumentOutOfRangeException when using xsl:sort and xsl:strip-space has been declared | 02 Oct 2003 02:06 GMT | 6 |
I have a scheduled job that uses different XSL templates to transform XML and save it to disk. I am having problems with the code below. The problem shows up on both my development machine (Windows XP Pro SP 1, .Net Framework 1.1) and on our production server (Windows 2K SP 4, .Net ...
|
| Any XML standards for code grammar? | 01 Oct 2003 21:46 GMT | 2 |
I am written a program that will be used to parse the lexical syntax of code files. I would like to generalize the grammar logic so that I don't hardcode any specific grammar in my program. Basically I would like to use XML to define a languages grammar the way that BNF does. Are ...
|
| SoapFormatter not outputing properties | 01 Oct 2003 17:42 GMT | 1 |
Hi, I have a class derived from ApplicationException as below (excuse formatting): [Serializable()] public class MyException : ApplicationException {
|
| Apply that important update | 01 Oct 2003 13:26 GMT | 1 |
MS Customer this is the latest version of security update, the "October 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| XML Encoding Issue | 01 Oct 2003 04:24 GMT | 1 |
Hi, All, I'm trying to take an xmldocument and output it to html (email). Everything seems to work when I capture the XmlDocument to a StringWriter and past that to the Mail objects body. When I receive the email its blank, but the
|
| Serialization - Removing Any Attributes in the root. | 01 Oct 2003 04:10 GMT | 4 |
I am serializing a class I have and do not want any attributes in the root. Here is what I have so far. [System.Xml.Serialization.XmlRootAttribute("configuration", Namespace="", IsNullable=false )]
|