| Thread | Last Post | Replies |
|
| What am I doing in XML? | 31 Jul 2005 08:27 GMT | 2 |
Sorry to ask this kind of a question. Basically I will be creating a program in .Net that can obtain instructions from other programs written in any other language. The instructions will come to me in text files that are created by the other programs. The text files will all
|
| archival of newsfeeds? | 30 Jul 2005 15:04 GMT | 4 |
I want to program a feedreader which is able to archive all messages so that I can view messages from weeks or months ago. The question is now *how* to archive them. Since the feeds can have different formats do I have to convert them in my own format? Is it better
|
| Are you the XML expert I need? | 30 Jul 2005 14:13 GMT | 2 |
Dear developer, Do you often wonder who built a certain website and how it is done? And who manages that website right now? Strange, but developers usually stay anonymous while they should present
|
| Can't load xml containing \v | 28 Jul 2005 01:31 GMT | 1 |
I have an xml document that I am trying to load, which contains RTF text. I get the error, "{"'\v', hexadecimal value 0x0B, is an invalid character. Line 1, position 24." }" when I call this code. System.Xml.XmlDocument xmlNewDocument = new System.Xml.XmlDocument();
|
| How to perform xsl Transformation in Memory | 27 Jul 2005 18:13 GMT | 4 |
I have an database that stores both the XSL and XML data and would like to transform the two upon request from the user. I have created a aspx page that takes the XMLDocID and XSLDocID as parameter.
|
| Finding & Updating nodes within a CDATA section | 26 Jul 2005 06:36 GMT | 2 |
BlankI seem to be able to find and update nodes and attributes fairly well using the XmlDocument class thanks the great support I received on this newgroup. However, I a can't seem to locate properties contained with a CDATA section. Is this possible? I have attached a small ...
|
| attribute names | 26 Jul 2005 05:05 GMT | 2 |
Hi, I posted this on the general c# newsgroup a while ago and didn't get a reply, so dug about and found you all here :) ------Original message---------- I'm using VS2005 latest beta, playing around with XML. I wanted a
|
| Help with transforming file | 26 Jul 2005 04:56 GMT | 1 |
I want to transform html tags with in the xml file when it use the asp:xml tag, how would I do this? Here is the example of the xslt file: <?xml version="1.0" ?>
|
| traversing 2 trees at the same time | 26 Jul 2005 04:43 GMT | 1 |
my question is on traversing a tree with DOM. how would I be able to traverse 2 trees at the same time. I have 2 XML documents, with similar nodes. I would like to traverse 1 xml document, if I found a node that matches another node in the other document, I would like to ...
|
| Finding an element by name in a schema | 26 Jul 2005 00:25 GMT | 2 |
Is there an easy way to find an element by name given a XmlSchema object? Or do I have to parse the entire schema myself to search for it? Do I somehow need to use XmlSchemaXPath? If so, how? Thanks,
|
| Regular exression validation | 26 Jul 2005 00:25 GMT | 3 |
I have a regular expression for email validation that I can validate using the XMLSPY but using the actual code (validating reader .NET) it fails. This is what my pattern looks like
|
| XSD + DataSet = XML!?! | 25 Jul 2005 23:04 GMT | 1 |
I've been doing a little research, but found little of value. My problem's this: I've got a DataSet containing a serious bunch of data. From this DataSet I want to "extract" some of the values (values in specific datatable columns). I've got an XSD which has the right syntax for ...
|
| XML for programing | 25 Jul 2005 12:15 GMT | 1 |
How can i use XML in my C++ applications? cynthia.helfen@livepharm.com
|
| simple rdf to html doesn't work | 25 Jul 2005 00:27 GMT | 4 |
I have the following feed which I want to convert to html: http://www.heise.de/newsticker/heise.rdf but it does not work, I only see the html elements empty as if it found no elements in the xml file, whereas the feed http://www.golem.de/rss.php?feed=RSS1.0 works perfectly ...
|
| deprecated XML technologies? | 23 Jul 2005 19:48 GMT | 2 |
XML is a huge area with so many related technologies, xpath,xsl, etc, have any been deprecated or replaced with something better? For example, I believe that DTD's are no longer popular (although my tiny mind has already forgotten the new sexier way of specifying a schema).
|