| Thread | Last Post | Replies |
|
| html to xhtml | 30 Nov 2003 22:01 GMT | 4 |
Is there any clean way to convert multiple HTML pages to XHTML/XML format (pretty print & tag balancing) I used tidy library but its output is incorrect, Is there any solution given by .Net api ?
|
| How to XMLSerialize Collection Class | 29 Nov 2003 20:36 GMT | 3 |
I have a collection class where I've implemeneted the ICollection Interface. Here is a small code segment. public class PageList : ICollection, IComparer,
|
| Converting a DTD into csharp objects | 29 Nov 2003 01:46 GMT | 3 |
Is there a quick and easy way to convert a DTD into C# objects / interfaces? I realize this can be done with schema, but I have been given the DTD's as a requirement.
|
| Flat Schema validation | 29 Nov 2003 01:40 GMT | 1 |
I'd like to know if there is support in .NET to somehow "flatten" a nested XML schema. Here is the situation: Currently I have code that can validate nested XML
|
| xml document | 28 Nov 2003 22:01 GMT | 4 |
I have a huge xmldocument that represent data from a table. How can I break this down into multiple xmldocuments, say of a certain number of records each?
|
| Serializing "Type" class | 28 Nov 2003 21:53 GMT | 3 |
Was anybody able to serialize the "Type" class properly using XmlSerializer().... Want to serialize and deserialze the Type in a string form, but can this be done ?
|
| System.Xml.XmlException: hexadecimal value is an invalid character | 28 Nov 2003 19:35 GMT | 3 |
Our ASP.NET (C#) application accepts form entry and saves inputed data in XML. We are finding that users are sometimes cutting and pasting special characters (from MS Word) into these
|
| Disabling MSIE XSLT processing | 28 Nov 2003 14:37 GMT | 1 |
Sorry if slightly off-topic, but I have asked / researched many other places already, maybe someone here can help? MSIE has a useful (for users applications) feature of performing XSLT transformations if a stylesheet is specified in the XML file, e.g., within
|
| XML clone/possible encoding/byte order mark problem | 28 Nov 2003 13:32 GMT | 2 |
I think I may have a slight encoding problem with what I am doing. I have a test console app that takes an xml document and splits it into a number of smaller xml documents. First thing I do is clone the input document. At the moment I am just
|
| How to get Multiple Recordsets from StoredProc? | 27 Nov 2003 20:19 GMT | 2 |
I prefer to use stored procedures over having sql statements sitting in my .NET code. My problem is I can not figure out how get .NET to understand there are multiple recordsets coming back. Each of the recordsets is returning xml
|
| SqlXMLCommand Help? | 27 Nov 2003 15:19 GMT | 2 |
I noticed an earlier post, Multiple External References in Transform - Background to the problem - Long Post, where the poster referenced an object entitled SqlXmlCommand. I am unable to find this object? My requirement is thus. Read several tables from sql server 2000 db with ...
|
| xsd.exe and the resulting cs classes. | 27 Nov 2003 09:51 GMT | 2 |
I'm embarking on a c# based project in which I would like to make use of a lot of XML including database access and using hte xml and .net tools as a coding shortcut. What I'm trying to understand at the moment is how to use xsd.exe and result
|
| Transformation problems... | 27 Nov 2003 03:21 GMT | 1 |
I have an XML document and an XSLT transformation sheet. My first issue is that my XML file won't load into the XPathDocument object. However, when I use an obsolete transformation method where I specify the XML input file and output file, I get the same error. The error is: An ...
|
| Webservice to Windows service | 27 Nov 2003 01:46 GMT | 1 |
Is it possible to initiate a windows service from a webservice (possible create a web service listener??) Any ideas or examples? Thanks
|
| Odd behavior on xsl:include / xsl:import - Figure this one out? | 26 Nov 2003 17:43 GMT | 2 |
I have been running some tests with regards to xsl:include and xsl:import with the same results on both and I am wondering if someone can explain this behavior to me! First off the xslt file is being loaded as in
|