| Thread | Last Post | Replies |
|
| xsl-fo in .net | 25 Oct 2004 17:27 GMT | 4 |
I'm lokking for a tool similar to jakartas FOP (http://xml.apache.org/fop/index.html), but for .NET . Any Ideas?
|
| LoadXml() - misunderstanding? | 25 Oct 2004 17:22 GMT | 4 |
I think I might be misunderstanding just what the LoadXml method is doing. I have 2 seemingly identical XmlDocuments, an XPath query succeeds on one of them, and fails on the other. Can anyone tell me what I'm doing wrong, and how to do it right?
|
| Creating XML Text | 25 Oct 2004 14:14 GMT | 2 |
I need to create some well formed XML text live in memory. What I really want is to use the XmlTextWriter object applied to some location in memory (Stream or something?), because it does a nice job of formatting/identing, etc. But I can't figure out how to instantiate the ...
|
| ASP.NET DATAGRID and XML field | 25 Oct 2004 14:00 GMT | 1 |
I have an XML node similar to this <CONDITION> <![CDATA[<G>Apps-ActiveSync</G>]]> </CONDITION> and I would like to see the inner text of the node in a ASP.NET text box, namely the following text:
|
| Howto: format attribtes per line rather then on one line | 25 Oct 2004 01:51 GMT | 4 |
Using the XmlDocument and XMLElement::SetAttribute is there away to indent the attribute per line, rather hen them having them on the one line e.g
|
| XSLT - Outputing an attribute | 24 Oct 2004 16:20 GMT | 2 |
I'm having problems getting the syntax corrent to output an attribut. Something like this <Node Id="<xsl:value-of select="Id"></xsl:value-of>></Node>
|
| Problems with XmlNode.InsertAfter | 24 Oct 2004 15:07 GMT | 4 |
I am having major headaches with XmlNode.InsertAfter. This is the format of my XML document <?xml version="1.0" encoding="utf-8"?> <Team name="Team">
|
| Checking for existence of an attribute | 24 Oct 2004 14:55 GMT | 5 |
What's the proper technique for checking for the existence of an attribute within a node? Lets say I did a SelectSingleNode which returned this element: <AnAddress city="San Francisco" state="CA" />
|
| Newbie: How can I remove this node ? | 24 Oct 2004 12:48 GMT | 2 |
Hello sirs, I have this XmlDocument: --- <requisicao xmlns="">
|
| Problem querying for node by attribute | 24 Oct 2004 12:41 GMT | 2 |
I have the following XML document, loaded in MyDoc (declared as XML.XMLDocument): <configuration> <appSettings>
|
| Validating XML against XSD where XSD has includes | 24 Oct 2004 08:17 GMT | 1 |
I have 2 Xsd's The one contains basic type definitions <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
| Problem validating against Vxml 2.0 schema | 24 Oct 2004 08:06 GMT | 3 |
I am trying to validate a VXML document against the new vxml 2.0 schema, and I am getting the following errors (and a lot more like these): Reference to undeclared substitution group affiliation. An error
|
| Stuck Trying To Get Elements | 23 Oct 2004 01:58 GMT | 1 |
I am trying to walk through all the elements in each occurance of a selected node but I cannot seem to find the correct syntax to use. A simplified copy of the XML data is shown at the bottom of this post. I want to get a node list for every occurance of <CGShows> and then step ...
|
| Timeout during XmlSerializer instantiation | 22 Oct 2004 21:32 GMT | 4 |
I am instantiating an XmlSerializer using the XmlSerializer(Type) constructor. This works most of the time, but sometimes I get a timeout during the process. I'm using the same type in all cases and it has happened on multiple computers ranging from 500 MHz to 2.6 GHz. Does anyone ...
|
| Unable to read the XML declaration | 22 Oct 2004 14:40 GMT | 1 |
I am reading a XML document and parsing it into a listbox. I'm juat learning XML and i can't find a way to read the Xml declaration <?xml version="1.0" encoding="utf-8"?> In the debugger I can see that there is a declaration element to the
|