| Thread | Last Post | Replies |
|
| xpath wildcard: ANY offspring match | 26 May 2004 17:35 GMT | 1 |
I'm still struggling with xpath syntax. I'm creating a menu via XSLT that checks to see if any given node has a descendant somewhere down the chain that is the 'current active page' and, if so, then it should display itself.
|
| need help/cheat sheet on xsl match commands | 26 May 2004 15:18 GMT | 2 |
I'm struggling to keep track of all the ways to format a match value. Can anyone recommend a decent overview or cheat-sheet? Here's the particular one I'm stuck on: I want to match any 'page' tag with the attribute of the subSite param.
|
| Parsing with unqualified Namespace | 26 May 2004 15:06 GMT | 4 |
I am both producing and parsing an xml document that needs to be validated against a schema. I wanted some consumers of the document to have the option of not performing a validation, so I left the nodes in the instance unqualified. An example of the document is below: <?xml ...
|
| Custom Configuration management for app.Config | 26 May 2004 09:31 GMT | 1 |
I created a custom Section handler using System.configuration for Web application to read from Web.Config File. If I want to use the same handler to read from app.config file: app.config is not interpreted as XML file, & the code breaks.
|
| Deploying XML | 25 May 2004 19:32 GMT | 4 |
I've added an XML file to my windows client project, with data in it, but when I BUILD the project the xml file seems to be compiled into the executable or one of the DLLs. I want the XML file itself placed into the assembly so that when
|
| Getting XML out of Dataset | 25 May 2004 19:27 GMT | 3 |
Is it possible to define exactly what format the XML takes when you create it from a Dataset. I have defined a XML schema but the XML I get from the Dataset (which is a strongly typed dataset using my XML schema) doesn't use this schema ie I get the standard element type xml ...
|
| xsd.exe and code generation | 25 May 2004 19:25 GMT | 3 |
I have three xml schemas, one schema contains types that the other two referance. When generate code for each of the schemas, all three cs files contain the types that are part of the common schema. Currently I am going through the auto generated code and removing the common
|
| Removing XML Element. Simple??? Give me your trick please | 25 May 2004 15:18 GMT | 2 |
This is my XML file and below you will find my code to remove it... I was thinking that it's a simple task but this code doesn't work. Anybody have a better solution? <Advertisements>
|
| How Do I parse this XML document, most efficiently? | 25 May 2004 02:44 GMT | 10 |
What would be the best way to parse this XML document? I want to avoid using XMLDocument. I don't know if I should use XMLTextReader, or Xpath classes. There is only one element <MessageStore> element in the document, "always"
|
| XML Dataset editor | 25 May 2004 02:26 GMT | 2 |
I am making a flash card type program for the PocketPC. I am using a dataset to contain the cards, all of that works great. I thought I would just import the XML into word or excel, copy/paste the data from other sources or add new records, and then save it as xml. As i
|
| How to read certain node from xml | 24 May 2004 22:07 GMT | 2 |
I want to read certain node from xml file by the ID. It means taht I know the ID of person, and I want read all data that person (eg: name,mail...). persons.xml
|
| Serializing array of userdefined types | 24 May 2004 15:05 GMT | 3 |
I want to have a class that contains only a collection of another class. For example: public __gc class Alignment { public:
|
| Tutorial | 24 May 2004 12:13 GMT | 2 |
Can anyone point me to a good tutorial for XML in .NET? Also XSD and XLST + some info on XPath would be useful. Thanks Pete
|
| Saving xml with accentuated characters | 23 May 2004 22:13 GMT | 2 |
Hello, All! I'm working with accentuated characters in my XML files, and I have found problems to load and save it. First, for this case, I always have my XML in memory, and I load it via
|
| Need help merging documents | 23 May 2004 17:50 GMT | 3 |
I need to merge 3 or more xml streams (I have 4 string variables that contain xml) into a single xml stream before doing a transformation. Is there any sample code or site to show the way? Thanks
|