all groups > dotnet xml > june 2007 > threads for june 22 - 28, 2007
Filter by week: 1 2 3 4 5
How to modify a attribute's value of a specific node in an xml fil
Posted by Rakesh at 6/28/2007 10:20:00 PM
Hi,
I have to modify the xml document which is present in the local disc when
user changes the values in the form. I have to modify the attribute value of
a specific node and then save the xml file. Please let me know how this can
be done.
Thanks:
Rakesh... more >>
XmlSchemaException on XmlSchemaSet.Compile() with imported schema
Posted by iHadMyPersonalInfoIndexed NO[at]SPAM gmail.com at 6/28/2007 7:38:34 PM
I'm absolutely tearing my hair out on this one, and would appreciate
any help anyone can provide. I need to validate incoming XML files
against a local XSD which imports a remote XSD. When setting up the
XmlReaderSettings, I am getting a XmlSchemaException on
XmlSchemaSet.Compile(). I have strip... more >>
XML Validation against XSD
Posted by Ayan at 6/28/2007 2:45:09 AM
Hi all,
I am trying to validate an XML against XSD and facing a problem with
conditional check:
The XML is as below:
<root>
<header></header>
<addresses>
<address type = "P" street = "Melbourne" province =
"STA"/>
<address type = "S" street = ... more >>
XML getting the namespace
Posted by maflatoun NO[at]SPAM gmail.com at 6/28/2007 1:14:44 AM
Hi,
I'm working on a ASP.NET component with one requirement being to catch
Web Service exceptions. I've managed to get it working using the
following code
XmlDocument doc = new XmlDocument();
doc.LoadXml(se.Detail.OuterXml);
XmlNamespaceManager nsManager = new
XmlNamespaceManager(doc.Name... more >>
Read XHTML into XML
Posted by Jose Antonio Reyes at 6/28/2007 1:04:12 AM
Hi all,
I need to read/parse XHTML aspx pages and look for certain tokens and
content. How can I use a XmlTextReader for this? If not, any other ideas?
Thanks in advance,
JA Reyes.... more >>
Embedded XML datatsource for dependent ddl's
Posted by Chuck P at 6/27/2007 12:14:04 PM
I need to put some embedded xml within a web page. It has to be in the
webpage.
Is their a way I could use this xml as a datasource for an extended Ajax
cascading dropdown and not have postbacks (preferred) or just for some
cascading DDLs.
dropdownlist one: CarManufactures
dropdownl... more >>
Control Order of Deserialization Of An Object?
Posted by Alan Cohen at 6/26/2007 11:51:48 AM
I have an object which gets serialized to XML. Upon deserialization,
I'd like to control the order in which attributes are deserialized. Any
way to do this?
Thanks!... more >>
XslCompiledTransform.Transform() method question
Posted by Jeff at 6/26/2007 8:45:01 AM
VS2005; .NET 2.0
I want to use the XslCompiledTransform.Transform() method for its stated
purposes.
However, I have an XmlDocument object already in memory and I can't figure
out how to use that without first saving it to disk and then referencing that
file in the Transform() method.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Large XML file and some kind of indexing?
Posted by Andrew Brook at 6/25/2007 3:38:08 PM
Hi Everyone,
I have a very large XML file (~1GB). I would like to essentially
pre-navigate the entire structure using an XmlReader and somehow index the
positions of important elements.
I suppose I'd hoped that I could access the exact file position of an xml
element, store that position... more >>
need help with XML parser
Posted by Bill Nguyen at 6/25/2007 3:23:07 PM
I can parse a simple XML file (the hard way) but do not know how to parse
the XML file (DTD and sample XML below) using System.XML.
YOur help is greatly appreciated.
Bill
<!-- DTN REFINED FUELS XML FUEL PRICE FORMAT 2-->
<!ELEMENT PRICES (TransmissionHeader, FuelPriceData+)>
<!ELEMENT... more >>
Newbie Xpath Question
Posted by Edgardo at 6/24/2007 8:00:00 PM
Hi everyone, i have a quesiton regarding XML/Xpath
i have a XML document that has let say the following structure
<cases>
<case>
<num>1<num>
<detective>
<name>John</name>
<lastname>Smith</lastname>
<detective>
</case>
<case>
<num>2<... more >>
XML data into MDB file
Posted by Preeti at 6/22/2007 3:36:24 AM
Hi all
I am a newbie in xml.
I have a requirement where I have a predefined XML files and I want to
add the data in these file to into Access mdb through my application
The xml structure is fixed and I hav eto implement a button which on
click submit the data to the mdb file without any f... more >>
How to determine encoding of XML file ?
Posted by Oleg Subachev at 6/22/2007 12:00:00 AM
I need to read XML file, transform it and then save in the same encoding.
XmlDocument class naturally has no encoding-related members.
How can I determine encoding of XML file ?
Oleg Subachev
... more >>
|