all groups > dotnet xml > november 2006 > threads for november 29 - 30, 2006
Filter by week: 1 2 3 4 5
Confused with XSLT
Posted by David at 11/30/2006 4:32:22 PM
I am new to XSLT and am confused by this example. If the {href} is
part of the img tag, then the value will appear, however, when I
specify "<span>{href}</span>", then the value of <href> will not
appear. Is there a reason that one way works and the other does not?
Or do I need to use some ... more >>
Advise, Guidance and Pointers with XML
Posted by Caspian at 11/30/2006 9:47:39 AM
Dear Ethernet of Unquestionable Knowledge,
Re: Advise, Guidance and Pointers with XML
Oh omnipotent one(s) please help me ... I'm reasonably new to all the
XML stuff and although clear on the basic concepts of XML, however I'm
experiencing some difficulties in understanding how to im... more >>
Indenting XML in a string
Posted by akashkurdekar NO[at]SPAM gmail.com at 11/30/2006 9:16:01 AM
Sorry if this seems like a newbie question, because I *am* rather new
to XML
I have a string with XML content
string s = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><Service
xmlns=\"uri://sumthing\">.........</Service>";
where '.....' is some more xml content
When printing this str... more >>
Very strange error: CLR has been unable to transition from COM context
Posted by Don Rixtown at 11/29/2006 11:06:11 PM
I ran into a very strange error tonight. I was working with web services
and typed datasets. The web server I was using happens to be on the
other end of a virtual network (Hamachi).
Everything was working fine. I added one more row of data to the table
and all of a sudden one web method st... more >>
XPath, sum and number conversion
Posted by PAF at 11/29/2006 12:04:02 AM
Hi,
I'm trying to evaluate a sum expression trougth .NET 2
System.Xml.XPath.XPathNavigator object.
My code is :
Dim document As New System.Xml.XmlDocument()
document.LoadXml("<?xml
version=""1.0""?><root><a>28.7</a><a>9.18</a><a>4.32</a></root>")
Dim navigator As System.Xml.XPath.XPathN... more >>
XML validation of single value without entire XML document
Posted by Bardo at 11/29/2006 12:00:00 AM
Hi all,
Does anyone know if it is possible, and if so how, to perform validation of
a simple non XML string against certain XSD restrictions, without having the
entire XML document to validate against the schema.
To elaborate -
- Within XSD certain restrictions are defined for a particular
e... more >>
|