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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How can I generate a user friendly error message when validating XML against a schema?30 Jun 2005 19:01 GMT2
When validating xml against a schema, the most frequent error I get is
something like "The 'FOO' attribute has an invalid value according to its
data type. An
error occurred at , (25, 913)". That error message is not very user
XML datasource30 Jun 2005 11:54 GMT1
I have a VS 2005 beta.
How I can create a XML datasource in desugn-time?
Signature

Stanislaw Tristan

XML, XSD & dataset30 Jun 2005 04:24 GMT2
I have a XSD file and a flat file (txt).
My customer want that I create a XML (with XSD + file data).
OK.
1) I open visual studio
Web Service Timeout Parameter30 Jun 2005 04:17 GMT2
My question has to do with the process of calling web services.  Typically
when the client calls a web service they can specify the timeout for the
call.  My question is how the actual web service or individual method can
police this parameter so as to maintain better control.
Create a .net 2.0 settings file problem29 Jun 2005 22:50 GMT2
I am trying to create the following xml file with VS 2005:
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile
xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings"
xml element's schema context29 Jun 2005 21:12 GMT1
given a schmea and the currently selected element (via XPath) of a
XmlDocument that uses this schema, I want to allow a xml editor to give
the user a choice of possible ChildNode Elements. Pretty much the way
Visual Studio's Xml intellisense works.
skipping invalid nodes with XmlTextReader29 Jun 2005 08:55 GMT3
I want to do something like:
bool bContinueReading=true;
XmlTextReader Reader=new XmlTextReader("file.xml");
while(bContinueReading)
XML Serialization and custom collections29 Jun 2005 08:43 GMT1
I am getting XML from a dataset that has been populated via a storedprocedure
no schemas have been applied nor any relationships. But the correct table
names have been given to match the table(s) equivalent business object(s). I
have a custom collection that implements ...
XSLT or define relations29 Jun 2005 07:55 GMT1
What do you think is the best design approach when your trying to get nested
XML results from dataSet.GetXML. Define the relations in the dataset or apply
an XSLT stylesheet to nest the results by syncing the dataset with an
XMLdocument?  
Creating XML Element29 Jun 2005 02:05 GMT4
I'm trying to create Element as following name
MyElement:InitialName
XmlElement elem = doc.CreateElement("MyElement:InitialName");
when generate the XML the tag is truncated as ONLY "MyElement",why?
XSL transform bug...28 Jun 2005 13:37 GMT6
I have a XSLT file that gives expected results when I transform using MSXML
V4.0 in a simple vbs file.  However when using XslTransform in dotnet, I do
not get the same results.
The part of the XSLT file that does not work correctly is:
parse string with xml contents28 Jun 2005 12:49 GMT1
I have a string with the following contents:
"<TR align=right ID=G><TD align=left><A
HREF="/comun/fichaemp/fichavalor.asp?isin=ES0111845014"><IMG
SRC="/images/arr-up9.gif" BORDER=0> ABERTIS
'' is an invalid QName27 Jun 2005 17:45 GMT4
Help
I'm trying to perform a transform and I keep on getting '' is invalid QName.
The weird thing is, I can take the same code, stylesheet and XML, put into a
Console app and it works okay.  I've tested the stylesheet in Stylus Studio
Retrieving values from XML file27 Jun 2005 13:27 GMT3
I want to be able access an xml file using an XPath? query to go to a
specific node. Once I have that node I want to be able to retrieve the value
of an attribute. Can't seem to get this working using the 2.0 Framework.
Here's a sample of the XML
XML - all its cracked up to be?27 Jun 2005 10:30 GMT5
This is an honest question, no sarcasm intended.
I'm really curious, what -is- the big deal about XML?  I'm heaing all sorts
of things such as an open standard that can be read across all platforms,
etc.  But really, my colleagues are insisting that we transfer large chunks
Pages: 1 2 3 4 5 6 May, 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.