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 / February 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Using schema28 Feb 2006 23:21 GMT2
I'm having much trouble in relating a xml file with a shema definition in
order to validate the xml document and get advantage of the intellisense
features of the .net ide.
What steps I have to follow?
Is it possible to define a schema that a xml tag can contains xml or text?28 Feb 2006 12:07 GMT1
so xml could look like
<field>test</field>
or
<field><test>this is a test</test></field>
Why does this xpath fail - starting over28 Feb 2006 07:18 GMT9
Hi;
I am sure I am missing something here but I cannot figure it out. Below I
have a program and I cannot figure out why the xpath selects that throw an
exception fail. From what I know they should work.
XmlTextReader and NetworkStream blocking26 Feb 2006 20:03 GMT3
We have a Jabber-esque client server package that uses XMPP for
communication over network sockets.
Using .NET 2.0, I need to read a full stanza (i.e. balanced xml) as
soon as available and return it as a string.
Why does this xpath fail?25 Feb 2006 23:16 GMT13
XPathNavigator nav = MyCreateNav(); // InnerXml == "software"
nav.SelectSingleNode".[.='software']");
The select returns an exception:
+        $exception    {"'.[.='software']' has an invalid token."}    System.Exception
XML formatting to HTML...beginner question25 Feb 2006 22:25 GMT6
Hi, I apologize if I am posting this in the wrong forum. I am creating
a .net 2.0 website using vb.net. I have an XML file with the following
general format:
<LearningObjectives>
newbie: How to use WriteXmlSchema?24 Feb 2006 16:42 GMT4
I must be missing something simple.  I want to serialize a DataSet to local
disk when my .NET 2.0 WinForms app closes, and deserialize the DataSet when
the app reopens.
I use this code to serialize my DataSet:
XmlTextWriter cannot be serialized because it does not have a default public constructor24 Feb 2006 15:03 GMT4
Just a quick question.
Does this mean that an XmlTextWriter cannot be used in a webservice?
Is there some special coding required to use this class?
Parsing XHTML23 Feb 2006 12:47 GMT1
I'm trying to parse an XHTML document like this:
file.html:
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
How to do a distinct in XSLT as you loop through Nodes23 Feb 2006 08:42 GMT1
I have a xml file and i want to format it using XSL
My XSL file and XML below
I needed to do a distinct which is ok on the first node "Code"
For the "programDescription" i did below which gets the Count of the nodes
how to parse <?xml version="1.0" encoding="UTF-8"?> with xpath? is it possible?23 Feb 2006 07:08 GMT1
how to parse <?xml version="1.0" encoding="UTF-8"?> with xpath? is it
possible?
how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for this?23 Feb 2006 07:07 GMT1
how to parse xsl:output ... with xpath? "./xsl:output" does not work. is
there other notation for this?
Error:Value of type 'String' cant be converted to 1-dim array of L22 Feb 2006 19:19 GMT2
I am getting the error: Value of type 'String' cannot be converted to
'1-dimensional array of Long'.   
in the following line  for TextBox2.Text field :
doc.LoadXml(EDP.ExportPositions(TextBox1.Text,
VB.Net: how to carry SessionID(its value ) from 1 function to othe22 Feb 2006 19:13 GMT2
If I get SessionID in 1 function how do I carry that SessionID(value of this
SessionID) to another function or another form within the same project
Returning only X number of items...22 Feb 2006 16:23 GMT4
Here is my working code to pull Yahoo business news RSS feed. Can
anyone show me how to only return the top 3 or 4 news articles?
<%@ Import Namespace="System.Xml" %>
<script language="VB" runat="server">
Pages: 1 2 3 4 5 January, 2006
 
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.