| Thread | Last Post | Replies |
|
| which xml access type? | 31 May 2004 19:13 GMT | 1 |
I'm developing an ASP.NET web app and i'm retrieving some data from xml files. My question is, if an xml file is going to be accessed a page is loaded, should i:
|
| XML Stylesheets | 31 May 2004 19:00 GMT | 4 |
I need to create some XML stylesheets to transform some XML data into HTML pages. So, I'm looking to improve my understanding of XML stylesheets. I do have a book, "Professional Visual Basic 6 XML" which has a chapter on stylesheets, but I'm finding it a little hard to understand. ...
|
| Export data in XML through Web Services | 31 May 2004 18:30 GMT | 2 |
I have a WebMethod that retrive data from a DB and I want to return this data in a XML format. I try to do with the TextWriter class but I wasn't able to do, because I didn't found any example thet explain how to use the Stream attribute.
|
| How to add new node with value? | 31 May 2004 12:59 GMT | 4 |
I want to create new node, and then save it to file. I can add empty node with attributes, but I don't know how set new value for the node: String *strMake = this->txtMake->Text;
|
| XPath - retrieving various elements | 29 May 2004 15:31 GMT | 2 |
I am new to XPath and I am stuck with an expression. I would like to select all servers which the user subscribed to. Here is my XML: <forums> <forum> <name>AAA</name>
|
| string XML transform | 28 May 2004 23:21 GMT | 1 |
I have some xml and xsl in string, "not in file". I want to transform the xml with xsl and the result I want in string (but in xml format). I read this sample : public class Sample
|
| Serializing DateTime | 27 May 2004 16:46 GMT | 3 |
How do I serialize a DateTime attribute to HH:MM:SS? I've tried this: [XmlAttributeAttribute(AttributeName="time", DataType="time")] But it is serialized as time="10:45:34.7031250+02:00". I would like it to be plainly "10:45:34". I will not be doing any calculations on the time,
|
| Create Login in asp.net using XML | 27 May 2004 16:37 GMT | 1 |
I'm trying to create a login page in asp.net using information from an XML document. (visual basic) I've tried Rowfilter to find a cell with the 'username' and then match this with the 'Password' cell on the same row.... -> allow page to
|
| cannot load schema for the namespace | 27 May 2004 16:00 GMT | 2 |
I am trying to validate an XML file using the XmlValidatingReader and XmlUrlResolver. The code for which goes like this: // Read the XML file.
|
| xmlTransform transform <xsl:number> - possible Bug | 27 May 2004 10:01 GMT | 3 |
Hi Group, I think I have found a problem with the <xsl:element> when being transformed by the .NET xmlTransform class. When using XmlSpy for development and debugging, the <xsl:number> subsitutes the position of the
|
| Convert a WML document to HTML using Word2HTML.xsl | 27 May 2004 08:35 GMT | 2 |
I am trying to convert a very basic WML document to HTML using the word2HTML.xsl stylesheet. But I get an exception when I am trying to convert it: The code looks like this:
|
| Encoding problem | 27 May 2004 08:17 GMT | 2 |
I'm using the XmlDocument class to create an XML document. I found out that in .NET there are special classes that they do that job a lot faster, namelly XmlTextWritter. My problem is that using the XmlTextWritter the encoding gets messed up.
|
| Lost in XPath | 27 May 2004 04:58 GMT | 2 |
I really believe it's possible to do what I want with a SelectNodes() XPath query, but I'm lost. Any help would be appreciated. Suppose you have an XML document (like a WordProcessingML file) that has a bunch of elements embedded in it that conform to a schema, but each ...
|
| Controlling order of serialization | 27 May 2004 00:12 GMT | 1 |
how can I control the order of which elements are serialized. For example, my class looks like: public __gc class Author { public:
|
| Problems with SelectSingleNode | 26 May 2004 18:45 GMT | 5 |
I have the following XML ('Offer' only appears once in the XML): <OfferSheetXML xmlns="http://localhost/GBWPipeline/OfferSheetSchema.xsd"> <Offer> <OfferSheetId>31</OfferSheetId>
|