| Thread | Last Post | Replies |
|
| How to bind to external XML source - please help! | 29 Jan 2004 08:37 GMT | 1 |
Hi, I have the following external XML file http://www.autolocate.co.uk/usedcar/search/lifestyle.asp?dealersubscriberid=1005 40&output=xml What I want to do is bind the values in the "ManCode" section to a
|
| Serialization. Customize output. | 29 Jan 2004 03:53 GMT | 3 |
What I am trying todo is use .NET serialization to take a Guid property that is an attribute in the XML document and have its output to be the same as Guid.NewGuid().ToString().ToUpper().Replace("-","") I have a working copy of this type of class that will work generating an ...
|
| How to change the the attribute's name??? | 28 Jan 2004 22:07 GMT | 2 |
Hi Group: I would like to know if it is possible to change the name of an attribute to something else. My setup is like this: I have serveral SQL tables that I nest and join so that it all outputs into a nice XML file
|
| Attempt to identify unique keys using .NET xsltransform hangs, but works fine in MSXML 4.0 | 28 Jan 2004 21:00 GMT | 9 |
The following XSLT works fine using MSXML 4.0 (e.g I receive a result in about 20 seconds), but effectively hangs in both .NET 1.0 sp2 with the XML hot fix and NET 1.1. My source XML file is large at over 46,000 <atl_client> nodes
|
| Write XML to object not a file | 28 Jan 2004 20:13 GMT | 2 |
Still new to .Net so bare with me. Working on a client/server app. But I'm trying to build an XML file on the fly (without writing to a file) using data from my application. This info includes IP address, Port, GUID, etc. I can write to a file with no problem. But I want to ...
|
| xml validation against dtd | 28 Jan 2004 16:24 GMT | 5 |
I need to validate xml files against dtd files, however the xml files I will receive will not have the correct path to the dtd on my end. The declaration in the xml is not qualified, it's just the dtd filename, so I figure I can always copy the xml file to the same directory as the ...
|
| validating xml with dtd | 28 Jan 2004 15:48 GMT | 1 |
i want to validate xml element's attribute. that attribute is declared in DTD as required. how can i check that attribute or element is required or not by using DTD?
|
| Selecting a namespace-prefixed node | 28 Jan 2004 15:41 GMT | 2 |
I am pretty much an xml beginner; hopefully someone can easily answer this one... I want to select a node representing a worksheet in an xml document for the Office Web Components spreadsheet. The file uses xml namespaces, of which I know very little. But it does seem clear that ...
|
| xml encoding problems | 27 Jan 2004 23:21 GMT | 1 |
I am currently working on sending an XML request to a server and it responds with an xml response. This request and response use ISO-8859-1 encoding. The xml request and response need to match. The Response i get, replaces some of the French text with <e9> characters, and the ...
|
| Cannot Unload Assemblies in XSLT Using Script: patch?? | 27 Jan 2004 21:51 GMT | 1 |
Anyone knows that this problem has been patched? Is this a .NET 1.1 or 1.0 problem PRB: Cannot Unload Assemblies That You Create and Load by Using Script in XSL http://support.microsoft.com/default.aspx?scid=kb;EN-US;316775
|
| XLM & XSL - Links | 27 Jan 2004 17:23 GMT | 6 |
Working with only one xml file and one xsl, is it possible to make a link through xsl to another tag in the same xml file? Eg: i'm displaying the contents of a tag in a sinlge webpage. I want to make a link to display only the contents of another tag.
|
| rtf / html style sheets for Xsl? | 27 Jan 2004 17:06 GMT | 2 |
Are there (somewhere) existing style sheets for Xsl translations for RTF->HTML and HTML->RTF? I would imagine they must exist and I'd be extremely interested in them if they do. Thanks forever,
|
| XmlValidatingReader problem | 27 Jan 2004 14:58 GMT | 1 |
I am encoutering a problem during the validation of an XML document when using 'XmlValidingReader'. My setup is as follows. I have a schema 'Document.xsd' which is imported into a further schema
|
| Inherited Schema/ XmlValidatingReader problem. | 27 Jan 2004 12:08 GMT | 3 |
I am encoutering a problem during the validation of an XML document when using 'XmlValidingReader'. My setup is as follows. I have a schema 'Document.xsd' which is imported into a further schema
|
| Problems getting xsl:key to work.... | 27 Jan 2004 11:54 GMT | 1 |
Folks, I'm struggling with XSLT key's and stuff.... anybody out there who *REALLY* understands this stuff??? Okay, my XML file looks something like this (partially):
|