all groups > dotnet xml > august 2005 > threads for august 15 - 21, 2005
Filter by week: 1 2 3 4 5
XML Parsing and storing in database
Posted by Maziar Aflatoun at 8/20/2005 5:35:45 PM
Hi,
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 thing ... more >>
Need help with Xpath
Posted by Shawn at 8/20/2005 12:00:00 AM
Hi.
I have an XML file that looks like this:
<?xml version="1.0" encoding="utf-16"?>
<Transfer>
<Config xmlns="http://www.mysite.com/Transfer/">
<site>NY</site>
</Config>
</Transfer>
I'm trying to get the value of "site", but I'm having some trouble with it.
Here is what I've trie... more >>
is it possible to install multiple copys of the same .net web service on the same computer but with different service names specified durring instalat
Posted by Daniel at 8/19/2005 4:11:33 PM
is it possible to install multiple copys of the same .net web service on the
same computer but with different service names specified durring
instalation?
... more >>
xpath question
Posted by Jeremy Chapman at 8/19/2005 2:26:02 PM
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
independant of the root... more >>
relative import path in public schema
Posted by LesleyW at 8/19/2005 12:36:04 PM
I'm using a public set of schemas for GML, avaiable at www.opengis.net/gml.
They all include or import each other but live in a folder hierarchy, so the
import statement includes schemaLocation="../xlink/xlinks.xsd". I've written
a schema that imports the top level one using
schemaLocation="... more >>
XmlTextAttribute() in base class breaks serialization?
Posted by Tom Regan at 8/19/2005 9:21:32 AM
Is it possible to mark a base class member with XmlTextAttribute and
serialize a derived class? When I attempt to do so I get this error:
There was an error reflecting type '[type name]'. --->
System.InvalidOperationException: Cannot serialize object of type
'[type name]'. Base type '[base ty... more >>
use XmlReader/XmlWriter to reformat XML?
Posted by Michael Malinak at 8/19/2005 8:25:06 AM
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 anyway.
Unfort... more >>
XmlNode and read as BinHex
Posted by Donal McWeeney at 8/19/2005 12:00:00 AM
Hi,
I'm processing a document using XmlDocument and I have an XmlNode whose
value is stored as a binhex encoded string...
How can I get this string converted back to a byte[]...
XmlConvert has some internal methods but is there no public .net framework
classes or methods that will do th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Map XSD/XML data to VB.net classes
Posted by Pascal Brunot at 8/18/2005 1:42:47 PM
Hi,
That's my first post here so I hope this is the right group to post to.
I have to design a good strategy to manipulate XML data in VB.net
language.
Here's the business case:
- I will have a large number (200+) of XML forms created with Infopath
that represents industrial machines speci... more >>
validating xml defined by DTD - ignore node sequence
Posted by aidancasey NO[at]SPAM gmail.com at 8/18/2005 8:36:32 AM
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
be valid ...
eg if the dtd defines an element Parent with ... more >>
Greek Cyrillic fonts in XML
Posted by Kiki at 8/17/2005 4:35:54 AM
Hello,
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: "=C4=E9=DC=F6=EF=F1=E1". I'm no expert but this is not=
a
greek word. Has anybody got any ideas of what i need to use to diplay
... more >>
how to embed a control in XML Document
Posted by jayrm100 NO[at]SPAM yahoo.com at 8/17/2005 4:00:14 AM
Hi,
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
<doc>
<docnodes>
Label1 : Textbox1
Label2 : Textbox2
</docnodes>
</d... more >>
XML Error???
Posted by jackryan57 NO[at]SPAM hotmail.com at 8/16/2005 4:17:04 PM
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.
Any ideas????
Jackryan
... more >>
Basic Question on Creating XML documents
Posted by vvenk at 8/16/2005 3:15:02 PM
Hello:
I am learning XML technology. I have a question on creating an XML document
that conforms to a DTD/XSD.
While there is a function that I can call to make sure that the XML document
is valid, I would like to know how I can create it.
Do I have to understand the DTD/XSD and code my... more >>
Regular expression validation for email
Posted by AGGoogle at 8/16/2005 5:35:14 AM
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.
XML:
<?xml version="1.0" encoding="UTF-8"?>
<Address>
<email>x.x@x.com</email>
</Ad... more >>
RSS news
Posted by asad at 8/16/2005 5:31:57 AM
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
update that, pls tell me
Thanks,
good bye
... more >>
SOAP Envelope
Posted by Nikhil at 8/15/2005 12:08:06 PM
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,
--
Nikhil Sarathi... more >>
UserControl output into an XmlNode
Posted by Owen Blacker at 8/15/2005 10:04:51 AM
An awkward question.
In a CMS-like environment, I have a list of items that is generated on
the serverside using an XmlDocument to throw together XHTML tags
(mainly because it's substantially easier than using a Repeater, but
the why is a moot point as the project doesn't have the budget for m... more >>
Problem with XML Namespace
Posted by Ramon at 8/15/2005 8:39:31 AM
Hello,
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.
My problem is, that my GUI does not recornize the System.xml namespace.
I... more >>
Combining xpaths or running multiple search criteria
Posted by Vishy at 8/15/2005 8:24:53 AM
Hi
One of the less documented features of xpath is how to run multiple
search on nodes or attributes
e.g
<Book name="Harry Potter" price="10GBP"/>
<Book name="Harry Potter" price="5USD"/>
now if you want one of them following is xpath query
..//Book[@name="Harry Potter" and @price="10GBP"... more >>
|