| Thread | Last Post | Replies |
|
| using appendChild using XmlDocument without indentation | 30 Jun 2004 19:43 GMT | 2 |
HI, is there any option while using appendChild so that it doesn't do the autotomatic indentation and line breaks so that the tags are appended back to back? thanks
|
| Newbie needs a tutorial on reading from and writing to nodes in an XML file | 30 Jun 2004 16:20 GMT | 2 |
I have an ASP.NET app that I am writing using VB.NET and I want to use an XML file to store configuration settings in sort of like the way I used to use an .INI file for in Windows apps. When the user opens a page, it needs to go read certain settings out of the file and fill ...
|
| Path of an XML node | 30 Jun 2004 01:58 GMT | 2 |
how do I get the path of an XML node? I have: Dim xmlNo As XmlNode = xml.SelectSingleNode("//Category[@Id='" & CategoryID & "']")
|
| How do you generate classes from an .xsd file?? newbie question | 29 Jun 2004 16:53 GMT | 1 |
I am working on a VB.NET web service that will be used to send and receive job openings. I found a site called "hr-xml consortium" "The HR-XML Consortium is an independent, non-profit organization
|
| Transfrom() issues with xsl:document() function | 28 Jun 2004 16:19 GMT | 1 |
I'm getting a strange result when I reference an external xml document in my XSLT. The transformation work's fine in Xselerator, but not in .NET. It looks as though I'm getting garbage in the output. Here's the relevant portion
|
| Datset mapping to element/attribute | 28 Jun 2004 14:32 GMT | 1 |
First please understand tha my xml knowledge is very very short. I'm new at xml world. I need to understand how do I map a given sqlColumn to a xml element or attribute.
|
| reading inner html with xpath | 28 Jun 2004 11:37 GMT | 4 |
Is there a way to treat html tags like simple text? I explain myself, if I have a bunch of xml like <content type="application/xhtml+xml" xml:base="http://loluyede.blogspot.com" xml:lang="en-US"
|
| XPath and GetAttribute | 28 Jun 2004 10:44 GMT | 3 |
Im quite new to XML in .Net. Im getting values from an xml file using XPath and sorting as you see in the code below. I cant figure out how to get the value of date with GetAttribute.
|
| Problem with collection classes | 28 Jun 2004 08:23 GMT | 3 |
how do I synchronize (to XML using XmlSerializer) something to this: <Alignments name="Road Project"> <Alignment name="Centerline"> <CoordGeom>
|
| selecting specific elements with xpath | 27 Jun 2004 17:20 GMT | 6 |
I've some problems with filtering out a specific element by the following xml snippet (is part of a bigger xml document): <entry> <link href="http://www.blogger.com/atom/5281182/108809850419059234"
|
| Converting PostedFile to an XMLDocument. | 27 Jun 2004 12:58 GMT | 1 |
I need to convert an HTTPPostedFile I am getting from the client to an XMLDocument. The class I am using must have a document. The following gives me an error when I try and build. I cannot change the converting class.
|
| Issues when validating xml in VS2003 | 25 Jun 2004 14:09 GMT | 2 |
I am trying to validate an xml file and schema and when I am trying to validate I am getting the following error. I have been trying to come out with a solution but I have failed so far. The document validates ok in xmlSpy but it
|
| xslt not working with schema file associated | 25 Jun 2004 13:53 GMT | 2 |
Probably a bit of a newbie question this. I have an XML file like this: <?xml version="1.0" standalone="yes"?> <AuditLogonGroup xmlns="http://tempuri.org/AuditLogon.xsd"> <AuditLogon>
|
| XSL Transform - can't get it to work | 25 Jun 2004 02:11 GMT | 2 |
I'm learning how to use the XSL transform functionality and can't get it to work. In a book I'm reading on it, it says that I can do like I did below and just add a value like <root_node/> in there and I should be able to transform any XML source document I have so that the
|
| Validating WSDL-Files | 24 Jun 2004 21:08 GMT | 1 |
Hi I have a problem with validating WSDL-Files using XMLValidatingReader. I'm adding all schemas in the <definitions>-Tag to the XmlValidatingReader.Schemas Property.
|