| Thread | Last Post | Replies |
|
| Need help with Xpath | 22 Aug 2005 17:18 GMT | 3 |
I have an XML file that looks like this: <?xml version="1.0" encoding="utf-16"?> <Transfer> <Config xmlns="http://www.mysite.com/Transfer/">
|
| XML Parsing and storing in database | 21 Aug 2005 09:31 GMT | 1 |
I have a multi-level complex XML that I like to process and store in the database. I'm comfortable with using DataSet and then reading the tables (XML is parsed into 7 tables in my case) and processing the data. However, just to become familar with XmlTextReader, I've done the same ...
|
| use XmlReader/XmlWriter to reformat XML? | 21 Aug 2005 09:19 GMT | 3 |
Since XmlWriter offers so many nice options for formatting, I thought it would be nice to read in via XmlReader, and write back out via XmlWriter. It might be overkill, but I'd also like to be able to check some values during that time also so I was going to be using XmlReader ...
|
| xpath question | 19 Aug 2005 22:44 GMT | 1 |
I have the following xpath statement which returns the value in the <IHA_PL_0_Location> node of the schema below. My problem is that the Root node may not always be ADT_A02_21_GLO_DEF, it could be ADT_A04_21_GLO_DEF or something else. How can I write an xpath that is
|
| validating xml defined by DTD - ignore node sequence | 19 Aug 2005 13:18 GMT | 3 |
I want to bypass the dtd validation that child elements must appear in a certain order ... In a DTD child elements that are defined and seperated by commas they must appear in the same sequence in an xml file in order for the xml to
|
| XML Error??? | 18 Aug 2005 15:49 GMT | 3 |
I am getting the following error when I try to use our software at work... "Query type fail for ID failed unable load xml formed query message" This is occuring on a windows 2000 pro machine.
|
| how to embed a control in XML Document | 18 Aug 2005 14:36 GMT | 3 |
I need to add controls like Textbox,Label,Listbox etc dynamically in a WordML document. To be more precise, suppose i have doc and docnodes as two xml nodes, document should be displayed as
|
| HTML tags within XML element rendered to HTML document | 18 Aug 2005 10:46 GMT | 3 |
What I need to do is to take the following XML (or some variant of it): <?xml version="1.0" encoding="UTF-8"?> <MyRawHTML> <H1>Hello, world!</H1>
|
| Greek Cyrillic fonts in XML | 18 Aug 2005 10:08 GMT | 4 |
I'm trying to find a way to display text in greek or cyrillic in a .NET page using text stored in XML format. I'm getting the greek words displayed like this: "ÄéÜöïñá". I'm no expert but this is not a greek word. Has anybody got any ideas of what i need to use to diplay
|
| Problem with XML Namespace | 17 Aug 2005 10:19 GMT | 6 |
As a VB6 programmer, I'm quite a newbee in .NET. I'm working with Visual Studio .NET 2005 Beta2 and try write a class that reads an online xml document. Let's say, something you would do with XmlHttp in VB6.
|
| Regular expression validation for email | 17 Aug 2005 02:16 GMT | 2 |
I might be doing something stupid here but I really need some help. Can someone please tell me why can't I get this xml to pass my validation when I use XmlValidatingReader? The XMLSpy seems to accept it.
|
| SOAP Envelope | 16 Aug 2005 16:14 GMT | 3 |
I want to create a SOAP/XML payload, which is ent to a web-service using HTTP POST. I was wondering if there is a better way to create a SOAP envelope than concatinating strings which have the actual envelope text. Thanks,
|
| RSS news | 16 Aug 2005 14:47 GMT | 1 |
hello, how ru all, I have a news section on my website which is update dynamicaly. I'm using ASP.NET and Ms Acces, now i would like to add an RSS news section on my site (like yahoo RSS news section). how can i make RSS of my news section and
|
| Do you have to be online to validate XML against a W3C schema? | 15 Aug 2005 18:11 GMT | 6 |
Apologies if this is a really dumb question, but being new to XML and Schemas, I wonder if giving the namespace for eg xsd or xsi as a website address means that the user has to be online when they run the app? If so, what should I do if I can't guarantee that they will be? Can I ...
|
| namespace problem during validation | 15 Aug 2005 08:29 GMT | 2 |
I have problem with validating of the document with multiple namespaces. The odd thing is, that my data work O'K when I test it under XMLSpy but it doesn't work with my C# code. My first 'main' schema is as follows:
|