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 / July 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
XPATH 1.0 select a certain set of attributes and concat them.30 Jul 2007 18:15 GMT1
I have a the following xml node.
<doc tag1="a" tag2="b" tag3="c" docTag1="d" docTag2="e"/>
I would like to output "abc"
I have the following XPATH2.0 so far
newlines with XmlTextWriter30 Jul 2007 16:11 GMT3
I would like to use an XmlTextWriter to format the XML so that each element
(or end element) appears on a new line, regardless of newlines in the
original document. The effect I'm looking for is something similar to
XMLSpy's pretty print.
FileStream and XmlTextReader Question28 Jul 2007 20:26 GMT2
It is my understanding that I can create an XmlTextReader from a variety of
sources, including a stream object. I am developing a web application that
reads some data from an Xml file. Everything works fine if I use the
XmlTextReader to open the file (i.e. pass it the file name):
tag position26 Jul 2007 18:50 GMT2
I need to know a way for knowing tag position in a xml like this:
    <AAA>
         <BBB>
             <CCC>
performance: StringBuilder vs StringBuilder & XSLT24 Jul 2007 15:46 GMT3
im having a discussion w/ one of my associates, and we're are trying
to get a consensus on a possible performance scenario. we're working
a/ 3-rd party component that produces PDFs using "XML-FO", a verbose
description & layout doc. it can accept either:
XML serializer question24 Jul 2007 13:49 GMT1
To deserialize the xml string, I need the attribute set to null if it is
missing in the xml stream, instead of seeing
'System.NullReferenceException occured'.
I tried setting XMLAttributeElement(IsNullable=true or false), but I could
Hpw to know level tag  position23 Jul 2007 16:06 GMT4
I need to know a way for knowing tag position in a xml like this:
    <AAA>
         <BBB>
             <CCC>
xpath question with namespace19 Jul 2007 17:24 GMT6
Hi;
If I have the xml:
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
response.writing out UTF8 XML. How?19 Jul 2007 16:46 GMT3
I was having issues before with my XML being sent to the browser as UTF16.
Via my XmlTextWriter, was able to fix this by explicitely setting the
encoding to UTF8:
Dim objX As New XmlTextWriter(Response.OutputStream, Encoding.UTF8)
Using XPath to read VS 2005 csproj files19 Jul 2007 12:56 GMT1
I am loading a VS2005 csproj file into an XPathDocument then am
creating an XPathNavigator.  I am trying to use XPath to pull the
Include attributes from the EmbeddedResource Element of the ItemGroup
Element.  For some reason I cannot get the XPath syntax right to pull
annotated schema and bulk loading into multiple tables...18 Jul 2007 16:38 GMT2
I'm trying to get XML data loaded into a set of tables using bulk load. The
child tables also have an XML column where I want to store portions of the
XML.
So far the I've got it correctly inserting data into the parent, and able to
Child elements cant have the name18 Jul 2007 13:06 GMT1
I need an article(Page URL) that shows
that child elements on the same level cant have the same name(Validation is
illegal...)....
for example :
MSXML6 SP1 broke my SAXWriter18 Jul 2007 02:46 GMT1
I upgraded my application from MSXML4 to MSXML6, and everything was working
fine. My project uses MXXMLWriter60, SAXContentHandler and XMLSchemaCache60,
etc.
Then I installed MSXML6 sp1. The XML document generated from my application
Outer and innerXML17 Jul 2007 11:50 GMT2
What is the differnce between outerXML and innerXML.
Open XSD in code / source view instead of designer - 200513 Jul 2007 19:23 GMT1
I never use the designer to work with my XSD, and it hangs for a few
seconds when opening so I have to wait before I can switch to code
view. How can I change the default to open the code / source?
I searched on here and saw a post which seemed to answer my question,
Pages: 1 2 3 June, 2007
 
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.