473,624 Members | 2,119 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

InnerXML not reading top Node

I'm creating a Windows App in C#(Smart Client)that calls a webservice.
The webservice returns this:

<?xml version="1.0" encoding="utf-8" ?>
<table id="klasse" records="4792">
<record locator="1">
<KlaKey>04424 </KlaKey>
<KlaOms>(Niet in gids of internet)</KlaOms>
</record>
<record locator="2">
<KlaKey>03487 </KlaKey>
<KlaOms>1-polig/wisselschakelaa r</KlaOms>
</record>
<record locator="3">

…and so on

I call the webservice like this and want to parse the result using a
xmlDocument:

MyService.MySer viceObject myObject= new
SC.MyService.My ServiceObject() ;

System.Xml.XmlD ocument xmlDoc = new XmlDocument();
string innerXml = myObject.AllDat a().InnerXml;
xmlDoc.LoadXml( innerXml);
This goes wrong however because appearently the innerXml looks like
this:
<record locator="1">
<KlaKey>04424 </KlaKey>
<KlaOms>(Niet in gids of internet)</KlaOms>
</record>
<record locator="2">
<KlaKey>03487 </KlaKey>
<KlaOms>1-polig/wisselschakelaa r</KlaOms>
</record>
<record locator="3">

…and so on
So, the first node is gone (the highest-parent so to speak).

What am I doing wrong?
Help greatly appreaciated.

Bas
Nov 15 '05 #1
3 3941
Bas Jaburg <ba********@hot mail.com> wrote:

<snip>
So, the first node is gone (the highest-parent so to speak).

What am I doing wrong?


You're using InnerXml instead of OuterXml. InnerXml is basically
"everything inside this node". OuterXml is "this node and everything
inside it".

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 15 '05 #2
..OuterXml

"Bas Jaburg" <ba********@hot mail.com> schrieb im Newsbeitrag
news:13******** *************** ***@posting.goo gle.com...
I'm creating a Windows App in C#(Smart Client)that calls a webservice.
The webservice returns this:

<?xml version="1.0" encoding="utf-8" ?>
<table id="klasse" records="4792">
<record locator="1">
<KlaKey>04424 </KlaKey>
<KlaOms>(Niet in gids of internet)</KlaOms>
</record>
<record locator="2">
<KlaKey>03487 </KlaKey>
<KlaOms>1-polig/wisselschakelaa r</KlaOms>
</record>
<record locator="3">

.and so on

I call the webservice like this and want to parse the result using a
xmlDocument:

MyService.MySer viceObject myObject= new
SC.MyService.My ServiceObject() ;

System.Xml.XmlD ocument xmlDoc = new XmlDocument();
string innerXml = myObject.AllDat a().InnerXml;
xmlDoc.LoadXml( innerXml);
This goes wrong however because appearently the innerXml looks like
this:
<record locator="1">
<KlaKey>04424 </KlaKey>
<KlaOms>(Niet in gids of internet)</KlaOms>
</record>
<record locator="2">
<KlaKey>03487 </KlaKey>
<KlaOms>1-polig/wisselschakelaa r</KlaOms>
</record>
<record locator="3">

.and so on
So, the first node is gone (the highest-parent so to speak).

What am I doing wrong?
Help greatly appreaciated.

Bas

Nov 15 '05 #3
Thanks a lot, that solved the problem!

Rgds,

Bas
www.jaburg.com
Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
7608
by: Philipp Lenssen | last post by:
Why isn't there a way in standard DOM to access all XML of a node? (Similar to what outerHTML and innerHTML can do on Firefox or Internet Explorer when accessing HTML.) Or am I missing something? -- Google Blogoscoped http://blog.outer-court.com
3
6568
by: Henrik K | last post by:
Selecting element nodes from a xmlDataDocument using the childNodes collection or by using selectSingleNode and then reading innerXml or outerXml leaks cpu-resources. A trivial example showing this behaviour is included below. Running this example increases the cpu-load gradually and reaches 100% within a minute or two. The problem exists with innerXml as well as outerXml operations. Using a xmlDocument instead of a xmlDataDocument...
1
9656
by: Peter Nofelt | last post by:
Hey All, I'm running into this issue with parsing through an xml document by tag name. Below is an example xml document: File Name: things.xml <things> <people> <name>Peter</name>
1
3717
by: Ian Walsh | last post by:
XmlDocument oXmlDoc = new XmlDocument(); oXmlDoc.Load(filename); node = oXmlDoc.SelectSingleNode("//config/ldap/userpath"); Console.Write(node.InnerXml); The value I get is: \r\n\t\t\tOU=Walshy,OU=GroupServices,OU=organizations,OU=Portal,DC=portaladdev,DC=intranet,DC=local\r\n\t\t I know this is because of the format of the xml doc. The question is,
1
2538
by: ALI-R | last post by:
I am showing the InnerXml of a node (in a treeView Control) in a tooltip ,but it is not formatted well ,all the elements after each other ,is there a way to format the innertext in a tooltip. =========Code========== private void tvTreeView_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e){ string strTemp=""; int i=0;
1
3173
by: bkora | last post by:
I am trying to get the innerxml (children xml) of a node (TITLE_REQUEST) into a variable and pass that variable as a parameter to a method. My method is recieving an empty string. I am not sure if this is even possible in XSL. Thanks for your help. Below is the XSL i am using. <Note> <xsl:variable name="titleRequest"> <xsl:copy-of select="//TITLE_REQUEST" /> </xsl:variable>
0
1109
by: bkora | last post by:
I am trying to get the innerxml (children xml) of a node (TITLE_REQUEST) into a variable and pass that variable as a parameter to a method. My method is recieving an empty string. I am not sure if this is even possible in XSL. Thanks for your help. Below is the XSL i am using. <Note> <xsl:variable name="titleRequest"> <xsl:copy-of select="//TITLE_REQUEST" /> </xsl:variable>
2
11950
by: =?Utf-8?B?c2VlbWE=?= | last post by:
What is the differnce between outerXML and innerXML.
4
6793
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... I just noticed something that seems counter-intuitive to me. By default an XmlDocument is set with PreserveWhitespace=false. This means that XmlDocument.Load() or .LoadXml() will strip/condense non-semantic whitespace. *But* I just found that if you take that self-same XmlDocument and do either XmlDocumentFragment node = doc.CreateDocumentFragment(); node.InnerXml = "<foo/>\r\n<bar/>";
0
8234
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8172
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8677
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8620
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8474
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4079
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2605
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1482
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.