all groups > dotnet xml > may 2004 > threads for may 1 - 7, 2004
Filter by week: 1 2 3 4 5
XMLDocument Load method not releasing memory
Posted by Matthew Wieder at 5/7/2004 3:28:50 PM
In my C# application, I have class which has method that opens an XML
document, modifies it and saves it out. I run that method for several
different XML documents. What I've found is that the Load emthod on the
MXLDocument isntance loads the document into memory (as it should) but I
have ... more >>
How to delete an XML element SOS URGENT
Posted by GhislainTanguay at 5/7/2004 2:35:59 PM
How can io delete this element in my AdRotator.xml file with VB.NET
I try a lot of things but I don'T have a good result.. Please help me
<Advertisements>
<Ad>
<ImageUrl>http://localhost/UQCN/Images/sample-ad.gif</ImageUrl>
<NavigateUrl>/UQCN/WebModules/AdsManager/PassThrough.... more >>
Looping through attributes
Posted by chawes7420 NO[at]SPAM aol.com at 5/7/2004 1:16:37 PM
I need a sample that shows how can loop through the
attributes and display the data.(.net / c#)
<?xml version="1.0" encoding="UTF-8"?>
<riders>
<rider>
<prename id=>Lance</prename>
<surname>Armstrong</surname>
</rider>
<rider>
<prename>Roberto</prename>
<sur... more >>
SQL to XML to XSL
Posted by K Bryan at 5/7/2004 12:04:45 PM
Hi there,
I'm a little stuck and would appreciate ANY help getting over this hurdle.
Let's say that I've got a SQL Server stored procedure that includes FOR XML
AUTO, ELEMENTS
And that within a .Net Web Form, I'd like to call that stored procedure and
then apply an .XSLT file to it.
Wh... more >>
Xml Problem , Please Help
Posted by Tiraman at 5/7/2004 11:11:14 AM
Hi ,
I have a stored procedure which return an xml by using the (for xml
auto/explicit) which working fine under the Query Analyzer .
and i would like to build simple function that get the sp name and execute
it and return the xml result .
what is the best way to do that ?
Best Regards... more >>
Validating XML with XSD kept in memory
Posted by Taschler Raimund at 5/7/2004 10:23:56 AM
Hi all,
How can I validate XML against XSD both read from a Database (blob) and
where its contents are kept in string-variables? I don't want to go the long
way round writing them to files before validating.
Thank you,
Raimund
... more >>
What happens to dataset with multiple ReadXML()'s?
Posted by Scott Fenstermacher at 5/7/2004 10:15:12 AM
FYI: ASP.NET application:
First DS.ReadXML reads/loads data fine. The second DS.ReadXML doesn't
throw an exception, but I can't find data from the 2nd DS.ReadXML() ??
Any idea where the data is going???
TIA!
-Scott Fenstermacher
sfenstermacher@lrs.com... more >>
Set request parameters for web services
Posted by wawa_piggy at 5/6/2004 6:43:31 PM
My .net application is to consume a Java web services exposed using
AXIS.
The web service will extract the user name and password to perform some
custom authentication.
/** Java **/
userId = hReq.getParameter("wsUserName");
password = hReq.getParameter("wsPassword");
So my ASP.net appl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET , XML , XSL -> XsltArgumentList : Question ?
Posted by NicoAgenci at 5/6/2004 9:20:10 AM
Hello,
I have a page in .net (DEFAULT.ASPX), i load a XmlDocument, and a
XslTransform to Add a XsltArgumentList (with the param : urlPage), and send
all to a <asp:xml> in the page.
The <asp:xml> is good with xml and xsl, but the param is not fill with the
value ?
Do you have a solution ?... more >>
XmlSerializer - public readonly properties not in XML
Posted by gert NO[at]SPAM up-front.co.za at 5/6/2004 3:37:04 AM
Hi, I know the MSDN documents etc specify that readonly properties of
an object is not included in the XML that is generated - but any idea
why?
This put some rather severe limitations on how you must implement the
classes you wish to serialize with, and make the tool inpractical -
Most of th... more >>
prerequisites for xml
Posted by oyster at 5/6/2004 2:06:02 AM
Hello! I'd like to know what are the reequisites to program in xml... more >>
Transforming first n nodes
Posted by Salman at 5/4/2004 5:49:17 PM
I have a large xml (35MB) and I need to transform its top 200 rows using an
xsl (in ASP.Net web app).
Is this possible to do it in an efficient manner?
Thanks.
... more >>
XSD.exe w/Include: What am I doing wrong?
Posted by David at 5/4/2004 12:21:01 PM
I'm running into problems using XSD.exe to generate classes from XSD files using the <Include> functionality.
Being a complete newbie with this, I am obviously missing something obvious
I have defined two schemas, XMLSchema1 and XMLSchema2 with the same target namespace: "TestSpace", each with o... more >>
Backslash "\" is being added to XML Attributes, Is there a way to get rid off it?
Posted by Pete at 5/4/2004 10:37:48 AM
I have not encountering this problem 'till I got VS.NET 2003. Check my xml
below how the backlash is added. I tried all possible ways to replace it but
nothing happens. Any help will greatly appreciated.
<SESSION_INFO_ID ID=\"434674640\">
<TEL_NBR VALUE=\"2532668900\">
<PRODUCT... more >>
Using MapPoint .Net webservice
Posted by anon at 5/4/2004 9:29:55 AM
Hi,
I have just installed the micorsoft's mappoint .net sdk....how to start
using the samples.....has anyone successfully gone through the entire
cycle of installation to implementation...if yes, could you please help
me by providing some sample code n pointers to get started.....i have
hopeles... more >>
XML Digital Signatures
Posted by John Campbell at 5/4/2004 7:46:03 AM
Hi everyone
I've been doing my best to understand the specifics of implimentating XML Digital Signatures, but I seem to be missing a fundamental concept.
Let me start with a description of the problem I am trying to solve. In my application, people send an XML file that contains data for l... more >>
assign dt as namespace for xmlelement
Posted by Matt Torline via .NET 247 at 5/4/2004 5:04:09 AM
I am trying to duplicate an xml document, and I am pretty new to xml. I am using hte Xml namespace and taking advantage of the xmldocument class. I would like to add the following to an element
xmlns:dt="urn:schemas-microsoft-com:datatypes"
Is there a way to do this through the setattribute ... more >>
Reading an XML value
Posted by Michael McD at 5/4/2004 4:01:06 AM
What's the fastest way to read an elements value from a string containing XML
The readers require streams and creating a DOM brings a lot of overhead!
Ta in advance
M.McD... more >>
Consume Java Webservice through .NET client
Posted by Kumar T via .NET 247 at 5/3/2004 3:14:00 PM
Could you please explain me the steps for consuming Java=
Webservice through =2ENET client=2E I know how to connect through=
=2ENET webservice and I followed the same steps for this, but it=
did not work out=2E In the Add web reference dialog I entered the=
Java webservice url, it returned... more >>
.NET WebService method doesn't understand xsd list
Posted by mattx NO[at]SPAM online.nospam at 5/3/2004 2:46:07 PM
I've posted this before but no one seems to respond. I need to know if this is a bug
I am implementing a webservice against a preexisting schema/wsdl
The schema specifies an element called Type that is a xml schema list of qname (i.e. it wants the message to have a space deimited list of qnames... more >>
XML Serialization bug?
Posted by AP at 5/3/2004 1:43:44 PM
Take a class:
public class AClass {
public bool FurtherActionsRequired;
public bool FurtherActionsRequiredSpecified;
}
this class serialized to XML produces the following XML output:
<?xml version="1.0" encoding="utf-8"?>
<AClass xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xml... more >>
Test
Posted by Woody Splawn at 5/3/2004 12:52:14 PM
Newbie question - xpath selectnodes
Posted by Mary at 5/3/2004 10:44:56 AM
Hello,
I am a newbie to xml and xpath. I have a question that I hope someone can
help me with.
I need to parse an xml file (generated by a Sharepoint list file) in the
format below. For example, I need to select all the nodes where the
ows_Parent = '6;#miCommunities'. (Is there a ... more >>
Using MSXML v 2.6 w/ .NET
Posted by Mark Miller at 5/3/2004 9:28:13 AM
QUESTION:
Does anyone know how I can use v2.6 of the MSXML parser with .NET?
BACKGROUND:
I "Web to Print" process that allows our clients (newspapers) to export
their data and pass it thru a custom Xslt stylesheet we have created for
their print system. The idea of the whole process for them ... more >>
unable to add web reference
Posted by barns at 5/3/2004 6:40:18 AM
I am trying to add a web reference for a web service but
am having no joy.
I seem to get the same response:
========================================
There was an error
downloading 'http://www.xmlwebservices.cc/ws/v1/geoip/geoi
pconversion.asmx?wsdl'.
The request failed with http statu... more >>
Using XSLT to transform XML prior to loading into Dataset
Posted by pschouten1701 NO[at]SPAM hotmail.com at 5/3/2004 6:32:26 AM
I am trying to transfor an XML document prior to loading into a
Dataset. My problem stems from the known bug in Visual Studio that
prevents loading a well formed XML because of duplicate child names:
http://support.microsoft.com/default.aspx?scid=kb;en-us;325696
Anyway, I want to transform t... more >>
XML-to-MSWord
Posted by Jakub Gutkowski at 5/2/2004 5:41:02 PM
Hi
I've got a really laborious task at my work. I have to write documentatio
to my C# code in MS Word till Wednesday. They don't care that, documentatio
already exist in MSDN format generated by nDoc. They still want it, in M
Word Format
While I was writing a code, I always documented all my ... more >>
Array Serialization
Posted by johntear NO[at]SPAM hotmail.com at 5/2/2004 12:28:27 PM
(Note I have posted to this group because I had no luck in
microsoft.public.dotnet.vb.general)
Hi all
This is probably an easy one... I would like to serialize an array to
an XML file but I cant quite get it right.
Here goes
I declare the array at the top of the class
Private marr... more >>
|