CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> Asp.Net Forum > data_access.xml_and_xmldatasource_control
 TypeRepliesViewsDate
delete a record from xml file using linq

Hi iwant to delete a record from xml file using linq

the following code is not working

XDocument xmlDoc = XDocument.Load(Server.MapPath("people.xml"));
  &nbs

 0911/29/2009 9:45:09 AM
Retreiving the value of particular node from the XML file

Hi there,

I have an XML file similar to the one shown below...

<Mountains xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  - <Mountain&g

 02811/26/2009 10:20:12 PM
how to convert dataset/schema to xml with nested elements

Hi all,


I have a schema that i load into dataset object after that i need to convert it into xml

this is the code that i have uptill now

 0611/26/2009 4:59:31 PM
Parsing XML-file

Hi all Smile

I'm fairly new to working with XM

 0711/26/2009 4:59:30 PM
How XML and XSLT retrieve aspx resx string?

I need to Build ASP.NET Web Server Controls using XML and XSLT
I read http://a

 01911/26/2009 4:28:49 PM
create xml file

Hi folks..

how to create a xml file?

It should first check wheather the file is available,if not available it should create a new one

 01011/26/2009 10:33:15 AM
RSS feed through proxy server fails

Hi,

I have RSS/XML feed code written in C# that works fine when not going through my company proxy server (say at home) but fails to get feed when not using the proxy server. I need

 0611/25/2009 8:08:35 PM
XML String


To manipulate xml i use XMLDocument of System.Xml in c#

 i load the xml document like this

 
01411/25/2009 1:32:00 PM
RSS Feed

Hi folks.,

HOw to create a rss feed for my website from scratch?

i dont have exact idea of it..

i guess i need to use XSLT file..

any ideas plz?

Thanks

<

 0611/25/2009 1:31:58 PM
validate xml file on the fly

hi folks,

i am copying one xml file from another location. but after copyying i want to validate copied xml file with my xml schema. (on the fly)

how can i achieve that? 

 0411/25/2009 11:42:29 AM
Open XML with Javascript

Hi All!

I created a XML dataset. Now I need to open the XML in javascript. This is what I'm working with:

- On page load I create the XML dataset

- On page load I also

 0811/25/2009 7:14:43 AM
Read XML in reverse order

I have an XML file that is updated by users. Each update is added to the end of the XML file. On a web page, I display the most recent updates, but I would prefer to display them in reverse chron

 01011/24/2009 8:25:23 PM
Problem when writing XSL render to aspx page "For security reasons DTD is prohibited in this XML document."

I have a web service that returns a rather large and complex bit of XML. That service is being called via web reference by an ASPX page, which is applying a full page XSLT template

 0811/24/2009 7:56:55 PM
Retrieve XML from SQL Server with ASP.net

Hi All!

I would like to produce an xml document from SQL server from my asp.net webpage. I have data from querystrings that are used to create a select statement from the database.

I

 0811/24/2009 7:26:25 PM
generic list to xml.

 Hello , I have created a list of ( members for example ) using system.collections.generic , however...I want this list to be written as xml on my harddrive , I want exactly something like D

 0811/23/2009 7:34:58 PM
XML to CSV

hi all

i stuck with one bad prob.

i hv one xml file and i want to convert it into csv file.

i found some code but its not working. its using xslt but i hv no idea abt xslt,so i

 0811/23/2009 7:34:57 PM
Xml validation on form without xsd.

How to validate an given xml, typed by user, without having a xsd shema ?

It is more to check for xml syntax errors and all other stuff without an xsd shema.

As the provided xml is no

 0811/23/2009 1:53:27 PM
how to call a static method from xslt in vs2008?

Hi all,

I am developing a web application using vs2008. In this I have class  file. this class file contains a static method name called getString(inputParam) and returns a

 0411/23/2009 1:53:26 PM
Drill Down possibility with an xml file(TreeView)

I have a XML Data file.
And i would like to be able to view the data via a drill down, treeview or hide/show view.

Any ideas looking for a Query,Jscript or asp.net possibilities.

 01211/23/2009 8:47:50 AM
Is it better to use the XmlTextWriter or XmlWriter?

I have been reading a little bit about some of the members in the XML namespace.  Should I use the XmlTextWriter and XmlTextReader for most of my reading form and writing to XML file activit

 0911/23/2009 8:47:46 AM
what is tokenized stream access with xml?

I'm reading a tutorial that says "This article provides fast, tokenized stream access to XML rather than using an object model such as the XML Document Object Model (DOM)."  I

 0811/23/2009 8:47:43 AM
binding xmldatasource to dropdownlist
Here is the xml - partial
 
<?xml version="1.0" encoding="UTF-8&qu
 02011/21/2009 9:39:06 PM
xsl split

I have the folowing xml and i want to do 3 things:

<product>
    <title>Title1</title>
    <link>http://www.homepages.nl/h1/id/OOSTENRI
 0511/21/2009 9:06:16 AM
ASP.NET 2.0: XPath or programmatically read XML document?

Just confirming a thought:  when an ASP.NET 2.0 page has a gridview with an XmlDataSource, it is more efficient to choose which when you must apply business rules to the data befor

 0711/20/2009 5:28:30 PM
copy node from one xml doc to another

 
0511/20/2009 3:37:24 PM
Arabic Data in XML File

 How to store abrabic data in XML Document using asp.net?

 0811/20/2009 1:02:08 PM
Specify variable columns in Xslt

Hi, I have a problem I no way cannot solve .......Cry


<

 0811/20/2009 11:22:55 AM
Getting XML from a URL programmatically
How can I call a URL from a code behind page to view the returned XML?

This URL contains details that need to be parsed before I finish creating all the

 0411/19/2009 2:36:10 PM
Defining the element node in non-sequence order in XSD

Hi Friends,

Pls let me know how to develop an XSD with elements in non sequence order in XSD. Consider I have the following node

<xs:element name="person"&g

 0911/19/2009 7:17:47 AM
How do I query the root element value using Linq to XML

Ok, this should be the simplest thing to do, but I am missing something here.  Take a look to the following XML:

<MyData1>
Hello
    <Child1>
 0411/18/2009 5:17:30 PM
Loading xml with multiple records

 Hi,

 I am very new to XML. I am running into a very weird problem. I have  a powerbuilder app that consumes xml generated from a .net webservice. That webservice uses writ

 0711/18/2009 3:13:11 PM
Example modal popup in XSL

Hi, I have recently been using XSL and need to integrate the modal popup control inside. Can anybody provide an example of this please?

 0611/18/2009 12:34:39 PM
What does xmlnode return when a node value doesn't exist.How can i test if value doens't exist

I have a xml file and i'm trying to check if s user exist like below.

When i use

if (userid != null)
            {

 0611/18/2009 3:36:09 AM
Consume XML Feed and Output XML Feed

Hello,

I have a unique situation in which my application consumes an XML feed on the client site (using AJAX) and renders it on the page.  Due to security issues with FireF

 0711/18/2009 2:31:07 AM
XmlDataDocument.Save not writing elements in same sequence as original docu ment

The Save method is writing the elements to the XML document in a sequence that is a different from the original document.  I've created a new dataset and loaded it with the schema and th

 0911/17/2009 9:24:35 PM
Data grouping with Listview

Hello everyone,

Right now, I am stuck on what to do next here. Basically, what I'm trying to figure out how to do data grouping using Listview. I have an XML and XSL file then using XML

 0911/17/2009 8:47:27 PM
Parsing XML file and inserting contents into mssql

I am working on writing a program to parse a complex xml file and insert or update a record in ms sql.  I have successfully loaded the document and can parse through the different field

 0811/17/2009 6:22:15 PM
Need help with Linq to XML and XML Intellisense

1st: here is the simple .xsd I am using:

<?xml version="1.0" encoding="iso-8859-1"?>
<xs:schema attributeFormDefault="unq
 0611/17/2009 3:40:19 PM
problem with binding xml

hi friends i need to bind an mp3 player code with xml file .so iam getting the value of the and binding it to an xml file. the have included all the required .swf and also the config file for it

 0911/17/2009 2:56:33 PM
XMLREADER "Unexpected end of file occured" for large tables

I want to create a _SINGLE_ XML file from more than 9 tables in SQL2005 DB using VB.NET. 

I used the following code it works well for small tables. But if table (JSS_S100)

 0511/17/2009 7:25:19 AM
New To XML - Help Needed

Folks, I'm very new to XMl so please go easyLaughing.

 01111/17/2009 12:01:57 AM
Remove note in xml file

I used dataset writexml method to write xml file as below:

<NewDataSet>
  <SpecSum>
    <USER>ANDYK</USER>
    &l

 0411/17/2009 12:01:56 AM
need help with sql bulk insert

I am trying to do an xml bulk import into sql server and I am having trouble with the schema document. I have a "job" record that can have multiple industries. I've created two tabl

 01011/16/2009 10:46:58 PM
parsing a xml exported from reporting services sql server 2008

exphow to parse with XSL the file exported from report services


like:


<Report xsi:schemaLocation="Grupos_Pessoas http://193.136.231.56:85/ReportServe

 0711/16/2009 10:46:56 PM
Plcaing a Html tag inside an attribute value.

Hi All,

I want to place a html tag inside an attribute value.

I have an XML file, for which I am writing XSLT. And in some of the cases i should have the tags inside attribut

 0611/16/2009 10:46:53 PM
How to manage multiple .xsd files using Linq to XML for intellisense using the .<Descendants> property?

 When making a Linq to XML query in VB.NET, the IDE intellisense states the following after pressing the "." 'Dot' after the < XML Descendant Axis Prope

 0511/16/2009 10:46:53 PM
XML Mapping

Hey There;

I have a question about XML mapping and I should say that I don't have any information about XML.

I have one mapping.xml file and inside that file, I

 0711/16/2009 10:46:50 PM
how to extract element values using xslt

folks,

 

i am using files below the extract xpath from my xmlfile. which works great. Issue is How can i get element values as well??

 


XslCompiled

 0511/16/2009 10:46:50 PM
add attributes using WriteStartElement

I?m trying to create XML to populate a JS tree.

My problem is I need the XML to be like this:

<item parent_id="0" id="xml_1&qu
 0811/16/2009 10:46:49 PM
string / xml readers writers

I have the following code , I am using it to extract records from xml file and send them to oracle database ...however it's pretty slow , any idea of making it faster or is there an

 0811/16/2009 10:46:33 PM


   
  Privacy | Contact Us
All Times Are GMT