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 / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
xpath when quotes are in node14 Oct 2005 17:23 GMT4
I have the following xml:
<root>
<name>abc "123" xyz</name>
</root>
Namespacemanager adding default namespace14 Oct 2005 17:13 GMT4
I'm trying to read xml file with namespacemanager; it seems that it
adds up a namespace if there is none; How can avoid this?
so <ID>00589</ID> becomes
<Id xmlns=\"x-schema:#Schema1\">00589</Id>
XPath Query into Datagrid14 Oct 2005 15:30 GMT2
I have a XML File that looks something like this.
<ItemList>
<ProductType>Google</ProductType>
<EmployeeName>John,X,Doe,john.doe@domain.com</EmployeeName>
How to use Xpath for this XML14 Oct 2005 02:18 GMT2
I would like to query this xml below:-
If i use :-
nodeList = root.SelectNodes("/Voter/Question/Answer/Answer/text()")
I get to see "Male" but only if i remove the root tags:-
Line Feed XML File14 Oct 2005 00:20 GMT3
I am using SqlXmlCommandType component to generate an XML file in a VB.net
Console Application. Everything ran perfect except one thing. I need to know
if there is anyway to make this XML file Line feed file. In other words, I
need to put each tag in one line instead of mixing ...
XPathNavigator.ValueAsBoolean - no exception13 Oct 2005 14:47 GMT6
Hi;
How can I tell if I can call XPathNavigator.ValueAsBoolean safely - without
throwing an exception. I want to take one course of action if the value can
be interpreted as a boolean.
XPath Validation13 Oct 2005 08:26 GMT5
I'm looking for a way to Validate an XPath prior to executing the
expression, without using a try catch clause. For example: I'm looking
for something that would tell me that "\some/Xpath\to\Node" is
invalid...
XPathNavigator.SelectSingleNode(xpath == 3)13 Oct 2005 02:48 GMT1
Hi;
How do I handle the following:
XPathNavigator nav = ...;
String str = nav.SelectSingleNode("floats/@ok").Value;
XMLHttpRequest + XMLDOM13 Oct 2005 01:17 GMT2
Is possible to:
a) save XMLHttpRequest object* (precisly: server response** which is in the
form of xml) to the xml document(on the client side) by the help of
JavaScript
Difference between .NET 1.1 Dataset.ReadXML and .NET2.0 BETA Dataset.ReadXML13 Oct 2005 01:14 GMT1
I have written a web service in C#, .NET 1.1 which reads a XML file into a
dataset.
This is just a plain XML file. First I use the Dataset.ReadXmlScheme
function and pass the XML file to it. Then I convert data type of one of the
attributes and simple types- the simple made difficult12 Oct 2005 22:51 GMT1
I want to do something like
<distance units="inches">15.0</distance>
for validation reasons, I want to put a facet on the value so it can't be
negative.  To include an attribute, the schema editor forces me to have a
Compare DTD,XSD, SCHEMATRON and RELAX NG.12 Oct 2005 21:30 GMT1
I am a beginner in XML schema. Could you please give me some ideas to compare
the feature of DTD, XSD, SCHEMATRON RELAX NG in validate aspect? And could
you please recommend some good material in this aspect? Thanks a lot!
Replacing a node12 Oct 2005 20:34 GMT3
Is there a way to replace a node and it's children? I tried using the
ReplaceChild method but that seems to only replace the first child only!!
Thanks
Ed;;
XMLValidatingReader desperate...12 Oct 2005 19:49 GMT1
I'm quite desperate after so much time of frustration trying to
validate an xml doc with a schema using XmlValidatingReader. I know I
miss something but I cannot solve this for the life of me:
My xsd is:
Dynamic UI - Win Forms12 Oct 2005 19:46 GMT5
Sorry if this is a cross-post.
Wondering if there is any way to genrate Windows UI from an xml file just as
one would load a Web UI as HTML from an XML using XSLT. Please do let me
know if you have any ideas. Assume that the xml contains UI info (i.e.,
Pages: 1 2 3 4 5 6 7 8 September, 2005
 
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.