| Thread | Last Post | Replies |
|
| Highly annoying namespace problem | 14 Dec 2003 21:42 GMT | 2 |
I've the following code, taken from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/xm l02172003.asp to select a node from RSS file. However, I'm always getting a null returning for the SelectSingleNode(),
|
| call-template name? | 14 Dec 2003 17:30 GMT | 4 |
Is it possible to, for example: <xsl:variable name="thetemplate" test="props/prop[@key='templatestyle']/@value"/> <xsl:call-template name="$thetemplate"/>
|
| XSD question | 14 Dec 2003 07:49 GMT | 2 |
If this is the wrong forum, please post the correct forum name. I am trying to create a complex XSD. I would like to know if anyone has an idea how to specify certain
|
| xml element names... | 13 Dec 2003 17:08 GMT | 2 |
xml element names doesn't support names with whitespaces or symbol characters etc,... but is there any .NET class that can help convert these characters like hex form.... that is what XmlSchema does. Would hate to have to find these characters one at a time...
|
| System.Array to XML | 13 Dec 2003 08:10 GMT | 1 |
Hi.. Is there way to convert a System.Array to XML... Thanks very much...
|
| XML syntax as string | 12 Dec 2003 20:56 GMT | 1 |
Hi I am trying to define string xml="<?xml version="1.0"?>"; But it gives error messages. Can any help me define
|
| Stupid question | 12 Dec 2003 19:14 GMT | 3 |
I've an XML document that has HTML data inside one of the tags (with < & > encoding as < etc) I'm Transform()ing the document using output method="html", but I get the < encoding instead of < > and friends.
|
| Filters | 12 Dec 2003 09:35 GMT | 1 |
How do you write a filter that when it finds a match in a child node that it brings back all child nodes in that group? Ex. <Company>
|
| XML Packets | 11 Dec 2003 20:57 GMT | 2 |
I am working on a Client Server application sending XML messages through TCP/IP connection. I need to construct XML packets and send it through TCP/IP to the client from the server.
|
| XSLT problem. | 11 Dec 2003 19:35 GMT | 4 |
The following stylesheet doesn't produce the expected results, (the original xml document is below). All I get is: <html>
|
| XmlTextWriter Encoding and Serialization | 11 Dec 2003 19:33 GMT | 1 |
Two questions: I've a XmlTextWriter that I want to use to build a string in memory. However, when I'm using a StringWriter, the xml comes out at UTF-16, which isn't good for me.
|
| Bug with XMLResolver | 11 Dec 2003 16:28 GMT | 2 |
I'm currently having a problem with XMLResolvers. To put it simply using the same stylesheet and the same xml I am getting different results. When using the code and style sheet below. I get the following.
|
| Signed Xml - Reference - Digest Value | 11 Dec 2003 16:24 GMT | 1 |
According to the xml digital signature standard (http://www.w3.org/TR/xmldsig-core/), signature can be one of following: enveloping, enveloped and detached. The standard says that signature element should be excluded when signing using enveloped signature. It also says that
|
| XmlDocument | 11 Dec 2003 15:42 GMT | 6 |
Hi Oleg and All, Is this correct? Can I do this? <code> XmlDocument doc=new XmlDocument();
|
| XML generation of empty elements | 11 Dec 2003 14:57 GMT | 1 |
I use a dataset to generate XML. By default the generated XML doesn't include empty columns. How can I control the generation so that the entire content of the dataset is comming out as XML, including the empty columns.
|