| Thread | Last Post | Replies |
|
| XslTransform - Unicode question | 09 Dec 2003 18:18 GMT | 1 |
Hello everyone. I am trying to generate a document using a XML document and a XSLT stylesheet. There are unicode elements in the XSL style-sheet (Japanese) as seen below: <xsl:template match="delegate">
|
| Error loading schema: a bug??? | 09 Dec 2003 17:44 GMT | 2 |
I everybody, when i try to load in a dataset an xml schema with ReadXmlSchema method, the framework validator throws an error. The schema is divide in 3 files. The main one "scheda_full.xsd" include the other "definizioni.xsd" and
|
| XSD Schema for email | 09 Dec 2003 17:19 GMT | 1 |
I'm looking for an XSD schema representing email, including full headers, for an anti-spam project. Any pointers to specific schemas or even schema repositories would be appreciated. (bwt, the project is a GotDotNet.com workspaces project:
|
| Getting the longest string | 09 Dec 2003 17:07 GMT | 2 |
XML <data> <option>this is test 1</option> <option>this is test 11</option>
|
| encoding="utf-8" ? | 09 Dec 2003 15:55 GMT | 4 |
When I transform a dataset to a xml file by applying a xslt file, why by default, a "encoding="utf-8" ?" is added to the output file?How to get rid of it? Thanks
|
| Newline in RSS feed? | 09 Dec 2003 12:49 GMT | 2 |
My webservice for RSS doesn't look pretty, in IE each line runs in to the next, no line returns. How can newlines be put in the feed without screwing-up the XML? I tried <br /> but this got included in the displayed feed.
|
| Getting the longest string? | 09 Dec 2003 07:42 GMT | 1 |
XML <data> <option>this is test 1</option> <option>this is test 11</option>
|
| Convert DOMDocument to System.Xml.Document? | 09 Dec 2003 04:31 GMT | 3 |
Newbie question: Any easy way to convert a DOMDocument to a System.Xml.Document? Dim DOMDocument As DOMDocument40 to this
|
| Paramaters in <xsl:template match> | 09 Dec 2003 01:52 GMT | 4 |
Is it legal to use a parameter in a <template match> ? If I do the following: <xsl:template match="/ContentRoot/Content/Categories/Category[@name='Studies']">
|
| Remove Child Node! | 09 Dec 2003 00:43 GMT | 2 |
Input Xml: <foo> <bar id="1"> <child1>
|
| xsd.exe and include | 08 Dec 2003 22:01 GMT | 2 |
I'm using xsd to generate c# classes representing XML files. Mostly for configuration. I find that there is a lot of commonality of definitions between the various xsd files and I would like to split out these common definitions into a
|
| RSS and XSL | 08 Dec 2003 21:53 GMT | 2 |
I'm trying to use asp.net to parse in an RSS version 1.0 feed and output XML but I'm having trouble with the XSL file I'm trying to use. For some reason in the ouput of the transformation the XML namespaces are brought across from the XML file into the HTML. They appear as part of ...
|
| XML serializatin vs. an XSD schema | 08 Dec 2003 20:08 GMT | 1 |
I have a C# object heirarchy and an XSD document to which I wish to match the serialized objects in that heirarchy. I have an abstract parent class called "Test" which has no properties, and a set of derived classed which implement specific functionality, for example
|
| Any suggestions CSS/XML | 08 Dec 2003 16:47 GMT | 4 |
I have an interesting implementation and I am trying to kill two birds with one stone. In the wizard I am designing the user has the ability to choose from one of n CSS style sheets to be applied to the end results of the wizard. I am also thinking of supporting customization of ...
|
| Create a schema library and use import/include with XSD.exe | 07 Dec 2003 21:08 GMT | 3 |
I have a "library" schema with the simple and complex types I commonly use in other schemas and then several other schemas, maybe created by other developers, that import/include the library schema. And then other schemas can extend it.....
|