all groups > dotnet xml > january 2007 > threads for january 8 - 14, 2007
Filter by week: 1 2 3 4 5
XMLDocument Parsing Issue in VB.NET
Posted by rajesh at 1/12/2007 7:54:06 AM
Hi,
I am trying to parse a xmldocument and to get value of a name tag
"techlanguage" is "vbdotnet".
Here i need to select the propername tag which is "techlanguage" and
the propervalue which is "vbdotnet"
Here is the structure of my XML
<?xml version="1.0" encoding="utf-8" ?>
<filte... more >>
Maddening working with .NET/.XSDs
Posted by cada0310 at 1/11/2007 7:06:01 PM
Hey there,
Just starting out messing with XML in .NET. I'm just trying to read some
simple XML that I'm using to pass data structures between programs.
Something like this:
<?xml version="1.0" encoding="utf-8"?>
<Chris>
<One>1</One>
<Two>2</Two>
</Chris>
So I create the above ... more >>
XSL If Question
Posted by Fred at 1/10/2007 10:25:37 PM
Hi,
I am using XSL if to look and see if a node exists and if so display it with
a header (see below). Some of the xml I transforming has nodes like this
<Test /> and it shows up in my html report (header no value). How do I test
for this?
<xsl:if test="Test">
<xsl:if test="Test">
<b... more >>
Reading an xml string
Posted by JRD at 1/10/2007 8:40:27 PM
Greetings,
I would like to search down through the following xml string that is =
returned to my calling app via a webservice.
What I am trying to get is the following section from the xml string
<component><section><code code=3D"8716-3" =
codeSystem=3D"2.16.840.1.113883.6.1" codeSystemName... more >>
.NET's internal Source Code
Posted by kurtrips NO[at]SPAM gmail.com at 1/10/2007 6:31:19 PM
How can i view the source code for .NET's internal dlls. (System.XML
dll for my case)
I have seen an app which does this but i cant remember its name or find
it on the net.
I want to know for this:
I am deriving my class for XPathNavigator and am implementing all the
MoveToXXX , Clone etc.... more >>
Does a DTD change the default namespace or something?
Posted by Ross Presser at 1/10/2007 11:00:56 AM
I'm feeling very stupid about this ...
pdf2html (http://pdf2html.sourceforge.net) is an app that reads a PDF
and can generate HTML or XML; in my case I'm using the XML. The PDF I'm
working with is a concatenation of many reports; my objective is to
find the first page of each report, which I'v... more >>
Help: extension objects
Posted by cuj0 NO[at]SPAM bigpond.com at 1/9/2007 5:07:02 PM
I'm having problems with the ouput from xsl transformations when an
extension object is involved (note: I am new to this so please be
gentle). For example, I have copied Microsoft's example code (C#) from
this link and run the project successfully on my machine:
http://msdn2.microsoft.com/en-... more >>
XML Notepad 2007
Posted by Dave Londeck at 1/8/2007 3:21:39 PM
Is source available for the XML Notepad 2007 tool?
The download states that the source is packaged within the .msi file but we
can not find it.
Thank you..
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
schema from web services
Posted by JohnAD at 1/8/2007 11:27:49 AM
I have this 3rd party web services link and I want to use it. I also need
schema for the site. I was wondering if there is a way to generate it from
my side rather ask site owner to send me one?
... more >>
|