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 / May 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
which xml access type?31 May 2004 19:13 GMT1
I'm developing an ASP.NET web app and i'm retrieving some data from xml
files.
My question is, if an xml file is going to be accessed a page is loaded,
should i:
XML Stylesheets31 May 2004 19:00 GMT4
I need to create some XML stylesheets to transform some XML data into HTML
pages.  So, I'm looking to improve my understanding of XML stylesheets.
I do have a book, "Professional Visual Basic 6 XML" which has a chapter on
stylesheets, but I'm finding it a little hard to understand.  ...
Export data in XML through  Web Services31 May 2004 18:30 GMT2
I have a WebMethod that retrive data from a DB and I want to return this
data in a XML format.
I try to do with the TextWriter class but I wasn't able to do, because I
didn't found any example thet explain how to use the Stream attribute.
How to add new node with value?31 May 2004 12:59 GMT4
I want to create new node, and then save it to file.
I can add empty node with attributes, but I don't know how set new value for
the node:
  String *strMake  = this->txtMake->Text;
XPath - retrieving various elements29 May 2004 15:31 GMT2
I am new to XPath and I am stuck with an expression. I would like to select all servers which the user subscribed to. Here is my XML:
     <forums>
       <forum>
         <name>AAA</name>
string XML transform28 May 2004 23:21 GMT1
I have some xml and xsl in string, "not in file". I want to transform the
xml with xsl and the result I want in string (but in xml format). I read
this sample :
public class Sample
Serializing DateTime27 May 2004 16:46 GMT3
How do I serialize a DateTime attribute to HH:MM:SS? I've tried this:
[XmlAttributeAttribute(AttributeName="time", DataType="time")]
But it is serialized as time="10:45:34.7031250+02:00". I would like it to
be plainly "10:45:34". I will not be doing any calculations on the time,
Create Login in asp.net using XML27 May 2004 16:37 GMT1
I'm trying to create a login page in asp.net using information from an
XML document. (visual basic)
I've tried Rowfilter to find a cell with the 'username' and then match
this with the 'Password' cell on the same row.... -> allow page to
cannot load schema for the namespace27 May 2004 16:00 GMT2
I am trying to validate an XML file using the XmlValidatingReader and
XmlUrlResolver.
The code for which goes like this:
    // Read the XML file.
xmlTransform transform <xsl:number> - possible Bug27 May 2004 10:01 GMT3
Hi Group,
   I think I have found a problem with the <xsl:element> when being
transformed by the .NET xmlTransform class. When using XmlSpy for
development and debugging, the <xsl:number> subsitutes the position of the
Convert a WML document to HTML using Word2HTML.xsl27 May 2004 08:35 GMT2
I am trying to convert a very basic WML document to HTML using the
word2HTML.xsl stylesheet. But I get an exception when I am trying to convert
it:
The code looks like this:
Encoding problem27 May 2004 08:17 GMT2
I'm using the XmlDocument class to create an XML document. I found out that
in .NET there are special classes that they do that job a lot faster,
namelly XmlTextWritter. My problem is that using the XmlTextWritter the
encoding gets messed up.
Lost in XPath27 May 2004 04:58 GMT2
I really believe it's possible to do what I want with a SelectNodes() XPath
query, but I'm lost.  Any help would be appreciated.  Suppose you have an
XML document (like a WordProcessingML file) that has a bunch of elements
embedded in it that conform to a schema, but each ...
Controlling order of serialization27 May 2004 00:12 GMT1
how can I control the order of which elements are serialized. For example,
my class looks like:
 public __gc class Author {
 public:
Problems with SelectSingleNode26 May 2004 18:45 GMT5
I have the following XML ('Offer' only appears once in the XML):
<OfferSheetXML xmlns="http://localhost/GBWPipeline/OfferSheetSchema.xsd">
 <Offer>
   <OfferSheetId>31</OfferSheetId>
Pages: 1 2 3 4 5 6 7 8 April, 2004
 
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.