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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Remove escape characters in XML generated by XMLSerializer ?31 Jan 2004 16:36 GMT1
I am using the XMLSerializer class to serialize a custom class into a memory stream whose contents i then pass to a MSSQL SP that uses the sp_xml_preparedocument SP, i can serialize the class but get secape characters in the XML when i read from the memory stream. I do not know ...
how to use xmlresolver for doing xml transforms31 Jan 2004 01:49 GMT1
I'm trying ti use the example in
http://support.microsoft.com/default.aspx?scid=kb;en-us;330587#appliesto but
doe s not work. I keep getting the error
Public WriteOnly Property XmlResolver() as...is obsolete: Pass XmlResolver
i want to kill xmlreader and all her children30 Jan 2004 18:46 GMT1
please reply via email to this post to x0td0x@hotmail.com
i need some code that will generate code to read the xml file it is
reading
for example
Using Variables in XPath Expression30 Jan 2004 18:36 GMT1
I have a textBox that contains a string values.  I need to take this
string and use it as criteria for an XPath Expression.  Here's what I
have.  Why isn't it working???
   string s = textBox1.Text;
Error: There is no Unicode byte order mark. Cannot switch to Unicode30 Jan 2004 18:31 GMT1
I have a client server set of apps that can connect through socets and send
data back and forth.  I'm trying to get it to send XML messages back and
both.  Currently it works as string data. I collect all of the incoming data
to a string but when I try to parse the incoming XML I ...
Suggestions on Importing XML Document30 Jan 2004 18:25 GMT1
All,
I'm trying to automate the import of an XML document into an Access
application.  Unfortunately Access cannot properly read the document.  When
it attempts to bring in the document it creates partial data structures and
Form and XmlRootElement30 Jan 2004 18:22 GMT3
I have an XML file with no namespaces defined:
<data>
  <textItems>
     <add name="test" value="test value"/>
instantiation of xmlserializer gives me error in [randomname].dll30 Jan 2004 15:59 GMT2
Below are my classes generated using XSD.EXE from XML/XSLT
When I do
XmlSerializer xmls=new XmlSerializer(typeof(events[]));
I get
Error:An unexpected end of file parsing CDATA has occurred.30 Jan 2004 15:26 GMT4
I am creating a XML document which opens fine in IE. Implies MSXML
thinks it is a well formed document.
But when I try to load this document in VB.net using the following
code
<xsl:if> problem29 Jan 2004 22:27 GMT2
I tried to do this :
<xsl:if test="ToutCompris">
    some output
</xsl:if>
Hot to call C# function inside XSLT ?29 Jan 2004 20:24 GMT1
Is it possible to call C# function inside XSLT ?
Thanks,
Max
What's wrong with my XSL29 Jan 2004 16:01 GMT2
I get no output from this file:
<?xml version="1.0" standalone="yes"?>
<Specials xmlns="http://tempuri.org/Specials.xsd">
 <Trip>
XML >> XSL29 Jan 2004 15:19 GMT4
I'm completly green at using XML/XSL and have a small problem...
I have a XML file that is generated by my application. It looks like this:
<PLANETS>
   <PLANET>
Setting Namespace Prefix on an Element...29 Jan 2004 14:10 GMT4
I'm using XML serialization to produce the following XML document:
<TestDoc xmlns:srd="some-url">
   <Additional>
       <Security>
XMLReader Problem29 Jan 2004 08:38 GMT11
I'm just moving to VB.NET and I'm trying to load a recordset into an XMLReader and loop through the records.  When I use the .ReadElementString() method to get the next 'record' if it has reached the last record (eof) it fails with "Invalid attempt to read when reader is closed". ...
Pages: 1 2 3 4 5 6 7 8 9 10 December, 2003
 
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.