| Thread | Last Post | Replies |
|
| Encoding question | 26 Dec 2004 16:24 GMT | 2 |
What encoding must I use in my XML file to show the french character set correctly in the browser? I'm extracing data from a SQl server 2000 table and placing it in XML files using the dataset.writeXML command. That part of it works fine, but when the
|
| Style sheet gives me an error | 26 Dec 2004 12:09 GMT | 3 |
The data comes out Ok in columns but at bottom of page I get the following message The following tags were not closed: CONAME,CONAME. Error processing resource 'file:///C:/ProjetsVbNet/RMT/Sg...
|
| HTML Table with Dynamic Columns | 25 Dec 2004 23:23 GMT | 1 |
Does anyone know how to display data from a data source such as an array or SqlDataReader or XML etc within an HTML table whose number of columns can change according to the value of a variable ? This is one thing that XSL is brilliant at but I can't find a nice
|
| windows service help | 25 Dec 2004 18:47 GMT | 5 |
I need a windows service that listens to a directory , if any xml file is placed in the directory it reads it and calls a class and receives a string.. this is the code I came up with. it works but it kills my processor after a few min. what should i do??
|
| Ampersand in value gives me a pain | 24 Dec 2004 00:17 GMT | 2 |
Some of the customers in the table I'm trying to see in an XML doc have an ampersand in the data. Looking at them and formatting the XML doc with a style sheet this generates an error. I'm creating the XML doc with VB.Net code, simply writing extracted values from my database to the ...
|
| Basix question on a string, (I beleive) | 23 Dec 2004 14:05 GMT | 7 |
I have the following XML file: -------------- <?xml version="1.0" encoding="ISO-8859-1" ?> <?xml-stylesheet type="text/xsl" href="sample2.xslt"?>
|
| Accessing Global Parameters from the included stylesheet. | 23 Dec 2004 10:18 GMT | 1 |
I have a .Net program which access transforms a XML using an XSL stylesheet. The .net program calls Stylesheet main.xsl file. The main.xls contains only <xsl:include> elements to include other XSL files.
|
| Determining Specified Elements After Deserialization | 23 Dec 2004 06:39 GMT | 1 |
Hello all. When using the XmlSerializer, you can create a property/field that tells the serializer whether or not to bother putting an element in the document. For example: // C# example.
|
| api to check wheter xml is well formed | 22 Dec 2004 22:25 GMT | 4 |
Are there any functions in .Net which can be used to verify whether xml is well formed? Thanks, Ashish
|
| Generate XML File from XSD schema | 22 Dec 2004 22:21 GMT | 2 |
I am trying to build a XML file with the help of the XSD file with VB.NET. Does someone has any tips on how to do this? Thanks a million. Céline
|
| How to instantiate xml doc from schema (xsd) file | 20 Dec 2004 22:25 GMT | 4 |
Does anyone know how to instantiate, or create an XML document file (either using DOM or Readers) from an XML schema (xsd) file? I'm trying to develop an application that can handle different xml doc structures, but at the same time I need to create these documents, even if
|
| XSLT example does not work? | 20 Dec 2004 16:23 GMT | 2 |
I am trying to work the example on http://support.microsoft.com/default.aspx?scid=kb;EN-US;q315888 . I follow esxactly the advice (I beleive): Here are the files:
|
| Global namespace URI replacement | 20 Dec 2004 16:09 GMT | 4 |
I am trying to globally replace all namespace URIs in an XML document. I have tried using XmlNamespaceManager to do this, but have not had any success. I don't want to do a simple string replacement on the original text, as the URI may be referenced in a text node, which I
|
| XML serialization of custom collection class in VB | 18 Dec 2004 19:41 GMT | 2 |
I have a custom collection ... clFile that INHERITS from NameObjectCollectionBase the problem is, when I try to create an xmlserializer instance i get an error You must implement a default accessor on brWAP.clFile because it inherits from ICollectio I must be having a thick day ...
|
| Changing format of XML Doc (using WriteXML?) | 17 Dec 2004 18:55 GMT | 2 |
I am trying to get an output/file like this (below) in an XML file (MyXmlFile.xml) (which I will use for a slide show) -- <gallery timer="3" order="sequential" fadetime="2" looping="yes" xpos="0"
|