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 / December 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem reading the xmlelement value07 Dec 2003 20:26 GMT1
I am trying to read all orders element, which have the attribute
Phase="Reorganize". I am using the following code on the xml document.
private void LoadPhase (XmlDocument Doc, TreeNode Parent, Phase OrderPhase)
{
XPath questions07 Dec 2003 13:32 GMT1
foreach(XmlNode node in xdoc.SelectNodes("//rss:item",xNsMgr))
{
..
Read from node
How to read data from xml? please help.07 Dec 2003 13:24 GMT1
In my xsl, I call a C# function in extension object. So I pass the current
context, the parameter type is XPathNodeIterator, my xml is like this
...
<i>
adding a custom attribute to and element07 Dec 2003 13:03 GMT2
Like to create a schema like the following using the Xml.Schema namespace
classes.
<xs:element name="a" msdata:IsDataSet="true">
How do I added the custom attribute.
Filtering using XPath07 Dec 2003 13:00 GMT2
Using the following XML file, I would like to be able to
filter using an XPath
to the nodes where Menu = Yes and Form Name = frmMainMenu
<?xml version="1.0" standalone="yes"?>
Visual Studio .NET and MSXML407 Dec 2003 12:56 GMT1
Is there a way to use the Visual Studio .NET IDE to validate a schema
using the MSXML4 parser? Similarly, is there a way to get the .NET
framework utilities, such as the xsd.exe and wsdl.exe utilities to
validate and parse using the MSXML4 parser?
XMLWriter/XMLReader vs MSXML 4.007 Dec 2003 12:47 GMT1
Hi to all!
someone of you know the difference between XMLWriter/XMLReader and MSXML4.0?
The first one has the same capacity of the second one?
Which is better to use?
CDATA delimiter within CDATA Section05 Dec 2003 18:58 GMT6
How can the CDATA ending delimiter "]]>" be represented within a CDATA
section itself?
Consider an XML document that is intended to contain an embedded,
uninterpreted XML example.  Generally, the easiest way to represent it would
Is there a way to pass expression by variable? thanks04 Dec 2003 21:41 GMT6
For example, I can call <xsl:value-of
select="concat('name','(',value,')')"/>, is there anyway I can pass the
expression concat('name','(',value,')') as a variable from outside the
template?
GetXml from DataSet04 Dec 2003 18:50 GMT1
I transfer data from a dataset to an XML-document by
using the GetXml-method in VB.NET. I noticed, that for
datafields, which are empty (have no content) in the
dataset, no elements are created in the XML-document. How
Validation problem: is it a bug?04 Dec 2003 16:52 GMT3
Hi to all,
I've written a simple XML file and I'm trying to validate it using
XMLValidatingReader and ValidationEventHandler  event.
This is my code:
Getting the schema from an instance04 Dec 2003 13:55 GMT2
I have an instance document like this:
<group xsi:schemaLocation="http://www.foo.org/2003
http://www.foo.org/2003/foo.xsd" xmlns:xxx="http://www.foo.org/2003">
  <xxx:myItem>123456</xxx:myItem>
programmatically an XSD for converting XML to dataset problem04 Dec 2003 13:18 GMT1
not certain if this should go here or ado.net but I'm trying to create an
XSD on the fly
(due to the fact that our dataaccess component is a legacy component which
returns data in an
Is there a way to attach a xslt template to a xsltargumentlist? please help!04 Dec 2003 11:11 GMT1
in C#, I use the following way to do transform, the I assign my extension
object to the xslArg, so in xsl, I can call functions in the extension
object. Now, I want functions in the extension object to call template in
the xsl, this way I can put some customized code into the ...
real newbie question...04 Dec 2003 11:09 GMT1
I'll cut to the chase, are XSLT files used simply for display or is it
possible to put controls on them, like buttons and textboxes etc...
Real lame assed question I'll favour, but hey...
Thanks in advance
Pages: 1 2 3 4 5 6 7 8 9 November, 2003
 
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.