| Thread | Last Post | Replies |
|
| XSLT logic | 06 May 2005 16:42 GMT | 2 |
I am new to XSLT, trying to fix a bug in somebody else's XSL transformer [it is XSLT1.x code, part of Cocoon2.0 app]. The logic of the code goes like that (in all cases filling in one XML structure mystruct):
|
| Error: The node to be inserted is from a different document context | 06 May 2005 14:50 GMT | 5 |
I'm getting an error that I'm very confused about. I'm trying to generate an XML file completely from scratch in code. Here is the code fragment that is causing me headaches: Dim mBOEDOC as xml.xmldocument
|
| HL7 XSD's to Classes with xsd.exe failing | 06 May 2005 12:27 GMT | 1 |
I'm trying to create some classes from XSD Schemas from the HL7v3 specification (www.hl7.org). However, the schemas I'm using are returning errors. C:\projects\NPfIT\cs\MHS\MessageClasses\schemas>xsd
|
| Create filtered dataset from XML file? | 04 May 2005 20:45 GMT | 4 |
I need to create a Dataset and datatable from an XML file. The only way I know how to make a Dataset and Datatable, is by using an Access database as my datastore: You know, the usual thing in all the books; an OleDbDataAdapter, with a SQL string and connection.
|
| XPath Expression | 04 May 2005 17:34 GMT | 1 |
how can I specify a XPath expression to find only the nodes with attributes starting with a specified letter? For example: <events>
|
| VB.Net question on using the XML DOM (xmldocument) | 04 May 2005 16:41 GMT | 3 |
I am about to go bonkers trying to figure this out -- So here goes Currently I am building an xml document and have no problem building the document with one namespace designation using the DOM. Here is a snip-it of what I have
|
| Find and replace the value of node type that is Text | 04 May 2005 13:17 GMT | 4 |
I have a xml document where I have to replace the value of node type that is text. For example, if the value of a node whose type is 'text' is 'Toyota', I would like it to
|
| xml to text ??? | 04 May 2005 10:38 GMT | 1 |
i wish to ask if anyone can help mi to convert a XML file to a normal text file that does not contain the tags and header.. i just want the information of the columns .. thanks in advance chris
|
| There MUST be a better way... | 04 May 2005 08:19 GMT | 12 |
After much futzing about with the XML/XSD for the Search.Response, I had to resort to this... PLEASE Tell me there is a better way! private void ExecuteAQuery(string
|
| [WSS2003] ADAM et WSS | 04 May 2005 08:13 GMT | 1 |
Bonjour, Est-ce que vous connaissez des liens qui feraient part d'un retour d'expérience concernant l'utilisation d'ADAM comme annuaire d'un site WSS ? Merci
|
| ASP.Net WriteXML Error | 04 May 2005 03:24 GMT | 1 |
I am reading in an xml file into a dataset that I then make changes to before trying to save the updates to file. When I do I get the following error: Token StartElement in state Epilog would result in an invalid XML document
|
| XmlValidation Errors int TreeView Control | 03 May 2005 23:32 GMT | 1 |
I show some Xml file in Windows TreeView control. Wenn I validate Xml with some Xml-Schema, I have to show errors node with red color. How can I find an element name, which causes an Exception of XmlValidatingReader?
|
| VC++ .NET 2003: XmlValidatingReader via DTD - Unknown node type | 03 May 2005 13:02 GMT | 6 |
I created an application from the Console Application (.NET) of VC++ .NET 2003, and I did "Build" the application of the attached .cpp file, volcanoes.xml and geology.dtd on my VC++ .NET 2003 - Windows XP Pro PC suscessfully. But when I ran it from the command line - C:\Documents ...
|
| DocBook XSL and .NET XslTransform | 03 May 2005 10:58 GMT | 6 |
Hello *, I'm trying to transform my DocBook document with the FO stylesheet from the DocBook XSL distribution (the transformation with the XHTML stylesheet works).
|
| Can xsd.exe generate .cs files from schemas, if importing another schema with the same namespace is involved? | 03 May 2005 06:37 GMT | 3 |
Isn't it possible to generate .cs files from schemas, where one schema imports another, and both have the same namespace? If a.xsd and b.xsd have namespace "MyNameSpace", and in b.xsd I do <xsd:import namespace="MyNameSpace" schemaLocation="a.xsd"/>
|