| Thread | Last Post | Replies |
|
| XmlSerializer question | 02 Nov 2004 07:59 GMT | 3 |
I use XmlSerializer to serialize xml string. It escapes xml special charaters, like < and > to < and >. How can I stop XmlSerializer to escape these charaters? Thanks in advance!!!
|
| Convert html to xml | 02 Nov 2004 07:56 GMT | 2 |
Hi group I'd like to parse an html page to xml. Just to extract a couple of tables and links to follow. Google doesn't help much today. Any help/links ? Igor
|
| XSDObjectGen and generating multiple .cs files for multiple schema | 01 Nov 2004 19:26 GMT | 3 |
I'm looking for a good tool to generate C# classes (from XSD-schemas) to (de-)serialize XML corresponding to those schemas. XSDObjectGen almost meets these requirements -- only, I need to generate a .cs file for each common .xsd file that is included (xsd:include) -- there
|
| Unexpected Token error while using XmlParserContext | 01 Nov 2004 09:35 GMT | 1 |
Greetings; I have an application where I am receiving HTML fragments containing snippets (sub-fragments?) of XML. I wish to extract the XML bits for further processing. In the process of playing around with various ways to accomplish
|
| Converting XML > Dataset | 01 Nov 2004 09:13 GMT | 6 |
Here's my problem in english :-) I want to convert the mssecure.xml file from Microsoft into an dataset to store it in an SQL-Database. My code in VB looks like this :
|
| Konvertierung von XML-Dateien | 01 Nov 2004 08:55 GMT | 1 |
Guten Morgen ! Verzweiflung pur : Seit "geraumer" Zeit versuche ich , die Datei mssecure.xml (die Updatedatei von Microsoft / Shavlik) in ein Dataset zu konvertieren, um so den Inhalt in eine Datenbank abspeichern zu k?nnen.
|
| new to xml | 01 Nov 2004 08:34 GMT | 1 |
Hi here is the code Dim ds As New DataSet Dim strPath As String Dim strMessage As String
|
| XSLT transform and <foo></foo> versus <foo /> | 01 Nov 2004 08:25 GMT | 2 |
I have a vendor that requires me to send empty value, e.g. <OrderIDInfo /> problem is that my xslt need to add attributes, doing this <OrderIDInfo> <xsl:attribute name="orderID">
|