Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Web Service changes return type30 Jul 2008 21:16 GMT1
I've a web service which has been running for some time.
The web service retrieves order batches from a database so has quite a deep
class structure.
The class structure is based on an xsd which generates teh c# classes which
New to XML.  Need help reading XML.29 Jul 2008 08:26 GMT5
Here's my XML:
<?xml version="1.0" ?>
<AppMode Type="Network">
<CurrentFolder Path="c:\tabs">
XML without carriage returns after nodes28 Jul 2008 16:52 GMT6
I'm still feeling my way around XML parsing and have an app that uses XML
reader and works fine as long as the XML is pretty but doesn't find all the
elements when the XML is all on a single line without the carriage returns
after each element. As I understand it XMLReader uses ...
ReadElementContentAs() throws XmlException24 Jul 2008 08:29 GMT1
my code is the following:
the Read() method positions the cursor on the <condition> tag (verified
with debugger).
XmlReaderSettings s = new XmlReaderSettings();
Cannot Switch to Unicode Error22 Jul 2008 12:25 GMT2
I made an XML document "by hand" and wrote it to a file.
I then tried to read it with an XmlTextReader wrapping a FileStream. I
got an XmlException about "cannot switch to Unicode" or something.
Changing the from this:
Why does this XPath not work21 Jul 2008 16:55 GMT4
This XPath works fine:
/order/customer[(./address/@zip = 80302) and
(starts-with(./name,'J'))]
But this XPath :
How to write APOSTROPHE into an XML SelectNodes statement????18 Jul 2008 17:29 GMT3
Ok, I've looked for an answer for this, because I'm sure it's been
asked a thousand times... but no luck... so here goes.
Imagine I want to create a NodeList based on an XPath statement.  The
'query' portion of that statement wants to search for the following
Add to an XML node17 Jul 2008 14:54 GMT4
I have a web service that returns me an XmlNode ojbect.  Here is an
example of the outerXML:
<?xml version="1.0" encoding="utf-8" ?>
<NewDataSet>
Cannot get datagrid to display data14 Jul 2008 22:50 GMT4
Hi, I have an XML file that I was hoping to use as a database
Here is the code that I have copied that should display the data
namespace File_Generation_System
{
XML XSL PDF14 Jul 2008 19:55 GMT4
Hi
Can someone give me some general "where to start looking" advice please.
I AM : a dot net developer, good knowledge of xml / xsl transformation into
html.
xml to serialize a dataset14 Jul 2008 12:53 GMT2
I created a dataset using the DataSet Designer -
http://aspnet.4guysfromrolla.com/articles/020806-1.aspx
My objective was to serialize the generated dataset.
protected void Page_Load(object sender, EventArgs e)
Invalid Name Character11 Jul 2008 12:33 GMT1
I am facing an issue in the XmlTextWriter class in the dotnet 2.0.
This is the sample code
Actual XML is like this
<Name>詳細仕様に</Name>
linq to xml Sum08 Jul 2008 17:52 GMT2
I am just learning linq and am stopped by trying to get a sum of element
values.
The xml is like this:
<LineItems>
Quick DTD syntax question08 Jul 2008 17:14 GMT1
I have a dtd with the declaration:
<!ELEMENT BDD (BSR, (AccountX | Agreement | Delivery | DET | Invoice | Part
| Party | PartPres | PriceList)*)>
Do I understand this correctly?  Given that asterix at the end of the 'OR'
Is this scenario possible?04 Jul 2008 12:13 GMT3
I've included an xml and a dtd file in my Resources folder (This is a
Winforms VB project in VS2005.)  I'm planning on using the xml in Resources
as a 'template', just load it and change values.  The beginning code is:
 Dim xDoc As New XmlDocument
Pages: 1 2 June, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.