| Thread | Last Post | Replies |
|
| XslCompiledTransform closing input tag | 21 Jul 2006 13:16 GMT | 1 |
I am having a weird issue when I generate an input Html tag from a Xsl transformation. When the trasform is executed on the xsl below, the <input> tag has the closing slash removed in the first case and the closing tag removed in the
|
| XmlReader.Create returns none | 20 Jul 2006 18:20 GMT | 2 |
i have this code which is upgraded to work with 2.0 and works great with framework 1.0 and 1.1 without the upgraded code. //2.0 code// public static XmlReader RtfToXml( string Rtf )
|
| XslTransform not excluding default namespace despite exclude-result-prefixes attribute? | 20 Jul 2006 16:25 GMT | 4 |
I'm writing an xslt in vs.net 2003 and in order to get intellisense on the html content I added the default namespace declaration xmlns="http://schemas.microsoft.com/intellisense/ie5". However, even though I also have exclude-result-prefixes="#default" declared the
|
| XSLT : Exclude one NODE in Template | 20 Jul 2006 14:55 GMT | 1 |
Hello all, I want to exclude one node (element alone) but copy all of the other elements. This is the XSLT I have. I want to exclude the "alias" element alone but it does not work..
|
| XMLDesigner XSD DataSet Order with Relationships | 20 Jul 2006 10:31 GMT | 1 |
I brought an XSD into the XMLDesigner. The XSD had two related tables and it looked like this in .Net's XMLDesigner: Table 1 ---------
|
| how do you evalute a xpath query with xml tag like this <bac:BACne | 19 Jul 2006 18:49 GMT | 5 |
i got xml file that have <bac:BACnetDevices> and <bac:BACnetDevice> tag how do you make a xpath query with that type of tags this is the query that i come up with /Site/Networks/Network/bac:BACnetDevices/bac:BACnetDevice/@InstanceNumber
|
| Simple XSLT Question? | 19 Jul 2006 04:48 GMT | 1 |
I have a XML as below: ****************** <BLOCK> <ROW1>
|
| Follow up question on hiding web service functions | 19 Jul 2006 02:38 GMT | 8 |
It seems to work, at least my application still works. After adding this tag to hide the documentation; is it normal to see an error message when browsing to the page? I get error message shown below when going to that page in Internet
|
| Data types for XmlElement and XmlAttribute | 18 Jul 2006 18:05 GMT | 3 |
I have an XmlDocument loaded from an xml file. I have also an xsd schema file associated with it so that it will be in the XmlSchemaSet. How do I get the data type for the value of an XmlElement and XmlAttribute as described in the schema while I am accessing the nodes ...
|
| suggested ways to manipulate XML files in .Net? | 18 Jul 2006 15:43 GMT | 2 |
I'm going to manipulate some XML files in my next project-- crawl through the tags, compare if file X has the same nodes as file Y, and if not, what the differences are and who's missing what. I'll also be comparing values between nodes in the two files, for when both documents do ...
|
| XmlSchema Validation Error | 18 Jul 2006 14:49 GMT | 4 |
Using VB.Net System.Xml 1.0 SchemaCollection Object I am getting an error when trying to add ‘Schema A’ to the SchemaCollection.
|
| Built-in ToXPathString()-type method | 18 Jul 2006 13:18 GMT | 1 |
Is there some built-in way to output a node's basic XPath without iterating upward through an XmlNode's parent hierarchy? I have a scenario where I need to tell the user there was an error with a particular node, but I want to express it as:
|
| Load chunk of xmldata in datagrid | 17 Jul 2006 17:40 GMT | 2 |
I have a xml file, from which i want a node to be populated in a datagrid. whats the easiest way to do this?? Here is a sample of xml file: <?xml version="1.0" ?>
|
| <<<WebParts>>> | 15 Jul 2006 13:26 GMT | 1 |
Hola a todos, Una pregunta, que son y para que sirven los WebParts??, donde puede ver algún ejemplo.... Gracias de antemano.
|
| Creating multiple documents | 14 Jul 2006 19:06 GMT | 3 |
Hi to all, I am using XALAN processor and xslt 2.0 and I have managed to take an XML file and split it into multiple documents. This is done via the Oxygen editor.
|