Save XmlDocument with hierarchical line breaks / indentation
Wed, 20 Feb 2008 02:10:00 -0800
I am creating a Xsl file programmatically with a XmlDocument object. I save
the document with XmlDocument(string Path).
All Nodes added to the document root are idented nicely. But any child nodes
to them are just written in the same line. Is there a possibility to modify
the saving? The hierarchy is correct ...
|
Serializing and transforming data in a class
Tue, 19 Feb 2008 21:53:02 -0800
I have some classes that I have configured for XML serialization. I have
been able to write the files to the hard drive and then load them in and
transform them into the HTML that I want. What I would like to do is skip
the file on the hard drive and serialize the class directly to an
XPathDocument or some ...
|
Create tables from xsd
Tue, 19 Feb 2008 04:23:00 -0800
I have some xsd files and I want to create tables from them. Is there a
utility to do this. I have used the xsd.exe to create the classes from the
xsd files and that worked. I am new to xml programming.
Thank you
--
Jerry ...
|
Dotnet Lead Engineers opening in Pune
Wed, 13 Feb 2008 23:15:31 -0800 (PST)
Hi,
We are Bangalore based leading HR consulting company retained by top
IT companies like SAP Labs, TCS, i-Gate, AztecSoft, GE, Symphony
Services, HCL to hunt talent.
Excellent opening for Lead Engineers at AT CMM Level-5 & Largest IT
Company for their Pune ODC.
Mandatory Skills:
1) ASP.Net
2) C#
3) ...
|
Flatten XML file
Wed, 13 Feb 2008 14:07:14 -0800 (PST)
Hi,
I have a large xml file that contains many nested nodes that I want to
convert into a flat structure so I can read it into a single database
table.
I am using VB.Net / SQL Server 2000.
A simple example looks something like this (in my xml file there is
about 15 levels of nesting):
ParentVal1
...
|
emailing newsletter from XML email list
Wed, 13 Feb 2008 08:43:59 -0800 (PST)
Thanks in advance for for any clues: I have a website I'm building
using MS-Visual Web Developer Express (Asp.Net/VB.net). I'm tooling it
to collect names and emails to send out our newsletter. I have
successfully setup an XML file with some sample names and emails. I
populated this through a well functioning .a ...
|
Request Object
Tue, 12 Feb 2008 01:30:02 -0800
Hi All,
i m facing a strange situation with request object for asp.net.As per our
project i have to transfer this request from Page1.aspx to Page2.aspx if
contyp = "text/xml".If i remove(ie. comment) the line
xmlInDoc.Load(Request.InputStream) from PAGE1.ASPX then there is no error in
PAGE2.ASPX and it p ...
|
|
|
xpath performance
Mon, 11 Feb 2008 09:55:58 -0800
What do you think is less expensive in terms of memory/performance,
performing xpath queries on an xmldocument or deserializing the xml into a
class instance and accessing the instances properties and sub classes?
...
|
XML Parsor error occured
Mon, 11 Feb 2008 08:25:04 -0800
Hi All,
i m sending below xml message to a asp.net page and getting an error
Message:->
<SXPTaskUpdateOrAdd Revision= " 7.5.0 " Source="ER_Kista" >
<Task>
<NOCRefID>Deepak_0208_1</NOCRefID>
<Customer>KPN-NL</Customer>
<Title>The work order title</Title>
<Priority>1</Priority>
<Status>Unassigned</St ...
|
Reading a xmlelement
Mon, 11 Feb 2008 05:20:02 -0800
Hi All
i have a xmlelement saying in_root which has outer and inner xml as shown
below:
OuterXml
"<SXPTaskUpdateOrAdd Revision=" 7.5.0 "
Source="ER_Kista"><Task><NOCRefID>Deepak_0208_1</NOCRefID><Customer>KPN-NL</Customer><Title>The
work order
title</Title><Priority>1</Priority><Status>Unassigned< ...
|