| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi, I'm trying to generate XML attribute text that contains the string 'Ampersand#10;'. Because my newsreader strips that expression away, I have...
Harald
|
11-22-2007 06:39 AM
Harald | 0 | 14 |
|  | Hi, I'm trying to generate XML attribute text that contains the string "
". I need that exact as shown. Unfortunately '&' is expandet to '&'....
Harald
|
11-22-2007 06:13 AM
Harald | 0 | 18 |
|  | Hi all,
I am having problem when did the validation of XML document with Schema.
my schema is like the following:
<xsd:schema...
Lynn
|
11-22-2007 03:13 AM
sirajbg | 4 | 30 |
|  | I want to consume a Rest web service using vb.net. The service provides a
schema.
Using add web reference to add the schema doesn't do what I want. I...
gadya
|
11-20-2007 12:13 PM
gadya | 0 | 30 |
|  | How do I create an xpath expression to return a sorted nodelist?
I need the sort to be by the attribute value.
Example, If I have an xml list of...
Lou
|
11-20-2007 11:08 AM
Lou | 5 | 16 |
|  | I have some XML I want to display in a section of a web page.
I want the XML displayed as a tree.
The way you see XML if you load the file in the...
Chuck P
|
11-20-2007 06:32 AM
WenYuan Wang [MSFT] | 3 | 20 |
|  | Hi;
In our program we will get an XPath statement such as:
${data}/SalesProject
Where ${data} and ${series} both stand for a XPathNavigator so each...
David Thielen
|
11-20-2007 05:22 AM
WenYuan Wang [MSFT] | 4 | 17 |
|  | Hi
I am trying to figure out the xpath syntax to get to all the element of name
<property name="Text">
ie
<property name="Text">Patient...
sippyuconn
|
11-19-2007 01:46 AM
WenYuan Wang [MSFT] | 2 | 19 |
|  | Hi,
I want to validate my xml file using xml schema and produce new xml file
which confirms to that schema. I tried this using serializer() method....
Priya
|
11-19-2007 12:42 AM
Priya | 0 | 31 |
|  | I have a client application ( web service ) write in vs2005 consuming an
external web service with WSE 2.0 (x509).
The response is in hebrew (...
moital
|
11-18-2007 08:37 PM
Steven Cheng[MSFT] | 2 | 20 |
|  | Hello,
Thanks for taking the time to read.
I'm begining Visual C# and trying to convert an HTML/Javascript
application into a Windows...
Wizfrog
|
11-18-2007 05:05 PM
Wizfrog | 0 | 12 |
|  | I have discovered a bug in XmlBookmarkReader (code provided by MSDN,
but not necessarily supported by Microsoft). The article is...
eric.olstad (AT) gmail (DOT) com
|
11-15-2007 02:17 PM
Jason Mueller | 2 | 29 |
|  | Hi, the following calls a webservice and returns the XML as a byte array
which I convert to a stream first. The 'xml' variable has XML, however,...
Dave
|
11-15-2007 09:59 AM
Dave | 2 | 15 |
|  | Hi, I already broke my head searching for a solution to this error
with no luck. That's why I'm requesting you guys help. I have one xml
that I want...
Filipe Marcelino
|
11-14-2007 11:40 AM
Martin Honnen | 3 | 18 |
|  | Hi,
I want to create a .NET webservice which creates a xml file. I have the .xsd
schema file and a document mapping xpath's to my db fields.
I...
Siri
|
11-14-2007 06:19 AM
Martin Honnen | 3 | 20 |
|  | Hi,
I have an xsd file like this.
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="generic"
elementFormDefault="qualified"...
Priya
|
11-13-2007 11:28 PM
Priya | 0 | 14 |
|  | Hi
I am doing a very simple test of using web services, I added a Web Reference
to a site that provides the latest exchange rates.
I got a string...
Samuel
|
11-13-2007 04:39 PM
Samuel | 2 | 18 |
|  | Hello All,
I have the following abstract function:
public abstract BookList LoadBooks(string ListBookXml);
public abstract BookList...
Schemed
|
11-13-2007 10:51 AM
Schemed | 2 | 22 |
|  | Trying to create a dataset out of an XML schema (.xsd), I get the
following error message:
DataSet doesn't support 'union' or 'list' as...
DaveINOPS@gmail.com
|
11-13-2007 10:00 AM
DaveINOPS@gmail.com | 0 | 21 |
|  | Hi,
I want to validate my xml file using xml schema and produce new xml file
which confirms to that schema. I tried this using serializer() method....
Priya
|
11-13-2007 05:40 AM
Priya | 0 | 16 |
|  | Hi,
Could anyone give me any idea as to how to create an xml schema editor in c#.
Thanks.
Priya
|
11-12-2007 07:01 AM
Martin Honnen | 1 | 18 |
|  | Hello there,
I've got following serializable property:
public string Field
{
get { return _fields; }
set { _fields = value; }
}
Norbert Pürringer
|
11-12-2007 05:29 AM
Norbert Pürringer | 2 | 16 |
|  | I am creating an XML document, using XmlDocument and its related classes.
The root element declares a default namespace and an XSI namespace.
Here...
David Veeneman
|
11-11-2007 12:06 PM
David Veeneman | 2 | 18 |
|  | Any Pakistani (Region: Khi) Female Professional Web Designer who use
Asp.Net using C#,
Plz! contact me 03452884141.
thanks & best regards
smifti - khi
smifti
|
11-10-2007 05:10 PM
smifti | 0 | 18 |
|  | How do I add a second namespace declaration to the root element of a
XmlDocument?
I need to write a GPX document--GPX is a standard XML language for...
David Veeneman
|
11-10-2007 11:27 AM
David Veeneman | 2 | 21 |
|  | Hi,
I've created an appplication using the SQL XML Bulk Load COM object. When i
run the application in debug it works as expected and also when i...
Simon.UK
|
11-10-2007 09:26 AM
Simon.UK | 2 | 16 |
|  | Hi i am getting the following error while using XMLSerializer
XmlSerializer ser = new XmlSerializer(typeof(Person));
ERROR:
Unable to generate a...
krishna
|
11-09-2007 01:04 PM
krishna | 0 | 23 |
|  | I'm running into an issue that I need some help with. It seems that
the IE6 XSLT Transformations work slightly differently than when
transformation...
Kris
|
11-09-2007 11:54 AM
Kris | 6 | 14 |
|  | Hi All,
I'm having some trouble getting my XSLT to transform correctly.
VS.NET addeds Indentations:
<?xml version="1.0" encoding="utf-8"...
Spam Catcher
|
11-09-2007 07:23 AM
Martin Honnen | 1 | 18 |
|  | I'm trying to write a query to pull all the specific fields from a xml
file. The XML is structured in such a way that nested child elements
in a...
Brendan CM
|
11-08-2007 01:45 PM
Brendan CM | 3 | 12 |
|  | Hello there,
I want to serialize a twodimensional array:
e.g.
public string Table
{
get { return _table; }
set { _table = value; }
Norbert Pürringer
|
11-08-2007 07:28 AM
Martin Honnen | 1 | 14 |
|  | Hi all,
does anybody know how to generate an attribute for the default namespace
like:
xmlns="http://www.xxx.com/....."
I have tried something like...
Peter Ramsebner
|
11-08-2007 07:16 AM
Martin Honnen | 3 | 13 |
|  | I discovered if I open an xml file that was created with a dotnet dataset,
and I edit it in XML Notepad, the schema information is just deleted out...
Derek Hart
|
11-07-2007 06:44 PM
Derek Hart | 0 | 12 |
|  | Hi,
I have file1 that looks like this;
<A>
<user_id><xsl:value-of-select=\"A/user_id\"/></user_id>
<context>something</context>
</A>
Another file...
KK
|
11-07-2007 12:46 PM
KK | 0 | 13 |
|  | Datasert1.writexml is slow. Is there a way around to speed it up?
sudhamallenahalli@gmail.com
|
11-07-2007 11:22 AM
sudhamallenahalli@gmail.com | 0 | 16 |
|  | Anybody know how to make the dataset1.writexml faster. I am doing a
bunch of writexml in a do loop to different file names. Anybody knows
how to make...
sudhamallenahalli@gmail.com
|
11-07-2007 11:15 AM
sudhamallenahalli@gmail.com | 0 | 12 |
|  | hello,
I have an xml document that contains an element like this:
<foo title="hello, world"/>
I can edit the file with visual studio or XML...
Andy Fish
|
11-06-2007 02:06 PM
Richard Tobin | 5 | 17 |
|  | Hi,
I have a dataset ds that I populated using ds.readXML(...).
The problem I am having is to populate the a listview control with the data
from...
Alij
|
11-05-2007 04:10 PM
Husam Al-A''araj | 1 | 14 |
|  | Hello,
I'm trying to create an xml doc using the XMLDocument object (Framework 1.1)
to export data to an application. The file is created using this...
Laura Villa
|
11-05-2007 07:03 AM
Martin Honnen | 1 | 12 |
|  | hi,
i m creating an xml file through vb.net code.
Can someone help me to add a reference to the xsd file through my code?
Anubhuti
|
11-03-2007 08:05 AM
Martin Honnen | 1 | 16 |
|  | hi,
i m creating an xml file through vb.net code.
Can someone help me to add a reference to the xsd file through my code?
Anubhuti
|
11-03-2007 07:37 AM
Anubhuti | 0 | 13 |
|  | How can one use a choice and a sequence group in the same schema?
I have 2 child elements that can appear once each but in any order, and 2
child...
Jeremy
|
11-01-2007 03:57 PM
Jeremy | 0 | 15 |
|  | I've got some xml that looks like this:
<root>
<name></name>
<id></id>
<section>
<question></question>
<question></question>
</section>
<section>
Jeremy
|
11-01-2007 01:17 PM
Jeremy | 0 | 9 |
|  | how to force a .net application to use .net 2.0 ?
this windows service is about 4 years old and im pretty sure is using .net
1.x runtime. Is there...
Daniel
|
11-01-2007 09:34 AM
Hans Olav Stjernholm | 1 | 14 |
|  | What is the fastest possible xsl style sheet to add another <box> node under
<boxes> ?
<foo>
<car></car>
<boxes>
<box id="234" />
<box id="75"...
DR
|
11-01-2007 04:01 AM
Oleg Tkachenko [MVP] | 1 | 12 |
|  | Fastest way to move XML document into and back out of CLR function
In SQL Server 2005 and Visual Studio 2005, what is the fastest way to pass
an xml...
DR
|
11-01-2007 03:55 AM
Oleg Tkachenko [MVP] | 1 | 18 |
|  | Hi Everyone,
I have a situation where I need to read another applications .config
file. I will have to add new nodes to various parts of the config...
Mick Walker
|
10-31-2007 09:37 AM
Martin Honnen | 1 | 21 |
|  | In the following XML:
<?xml version="1.0" encoding="utf-8" ?>
<Plcy service="ILiability" boId ="LifePolicy, 1">
<Prem service="IPremium" boId...
Valery
|
10-30-2007 06:31 PM
Valery | 5 | 12 |
|  | I want to expose my classes via web services in a different format. Using
XmlAttributeAttribute and XmlElementAttribute works fine. But XmlType...
motylik
|
10-30-2007 06:23 PM
motylik | 0 | 16 |
|  | How is fastest way to construct an XML node then a bunch of slow xquery
modify statements?
This SQL Server 2005 logic is rather slow to simply add a...
DR
|
10-30-2007 03:47 PM
DR | 0 | 14 |