3,634 Topics

Member Avatar for
Member Avatar for Darren78

Hi, I'm trying to follow a tutorial on the MSDN site to encrypt an Xml doc within C#. [code] EncryptedXml eXml = new EncryptedXml(); [/code] I cannot find the EncryptedXml class. I have included all the Security namespaces, etc, but its still not coming on. Anybody any ideas? Thanks, Darren.

Member Avatar for Sodabread
0
37
Member Avatar for kevcpu

I am currently reading data from a webpage form, using the data to generate xml, using xslt to translate the data into an html format and emailing the html. Is there a way to transform the data into a pdf format and send this as a file instead? I have …

Member Avatar for iceandrews
0
113
Member Avatar for RebelCom

I have the following XML file: [CODE]<graph caption="ECG Data Wave" subcaption="For Person's Name" xAxisName="Time" yAxisMinValue="-0.025" yAxisName="Voltage" decimalPrecision="5" formatNumberScale="0" numberPrefix="" showNames="1" showValues="0" showAlternateHGridColor="1" AlternateHGridColor="ff5904" divLineColor="ff5904" divLineAlpha="20" alternateHGridAlpha="5"> <set name="12:00:00.01" value="0.600000" hoverText = "The difference from last value: 0" ></set> <set name="12:00:00.02" value="0.640000" hoverText = "The difference from last value: 0.04" ></set> …

0
54
Member Avatar for sutanu_halder
Member Avatar for RebelCom

Hi All, I have the following code to read in an XML file and to get the basic statistical information. I am having problems trying to get it working. Here is what I have so far: [code=java] import java.util.*; import java.io.File; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import org.w3c.dom.Document; import org.w3c.dom.Element; import …

0
67
Member Avatar for wb4whd

ok, I am working on a program for work and I am stuck on trying to make a new XML file from VB.NET 2010. I have the old code which was done in C# and it works but even using a C# to VB converter didn't help. I will paste …

Member Avatar for GeekByChoiCe
0
169
Member Avatar for vihrao

How can I extract the data for a specific XML element and convert it into byte array My XML file; [CODE] <?xml version="1.0" encoding="utf-8" ?> <root> <creditcard> <number>19834209</number> <expiry>02/02/2002</expiry> </creditcard> <name> <first>Mary</first> <mi>V</mi> <last>Jones</last> </name> <personal> <dob>01011966</dob> <gender>male</gender> </personal> </root> [/CODE] I want to extract the element <creditcard> and all …

Member Avatar for vihrao
0
956
Member Avatar for vibhaJ

Hi All, I am having one php website. where user register and add android application id from android market.e.g. com.GalleryXYZ... I just have to check that whether this id is valid or not on android market? I found below link: [URL="http://developer.android.com/guide/publishing/publishing.html#marketintent"]http://developer.android.com/guide/publishing/publishing.html#marketintent[/URL] But it doesn't help me. Is android provide any …

Member Avatar for vibhaJ
0
149
Member Avatar for himit

Hi, Please find the 2 XML's Input XML- [CODE] <feed xmlns:es="http://ucmservice"> <element> <es:RepositoryDetails> <es:Repository Type="DatabaseRepository" /> <es:ConnetionDetails> <es:Param MigrationSetId="439" /> </es:ConnetionDetails> </es:RepositoryDetails> <es:DocProperties> <es:UniqueDocId Value="_1_15"> <es:DocProperty propertyName="EmployeeName"> <es:PropValues> <es:PropValue>Index</es:PropValue> </es:PropValues> </es:DocProperty> <es:DocProperty propertyName="EmployeeAddress"> <es:PropValues> <es:PropValue>Gurgaon</es:PropValue> </es:PropValues> </es:DocProperty> <es:DocProperty propertyName="Salary"> <es:PropValues> <es:PropValue>15000</es:PropValue> </es:PropValues> </es:DocProperty> </es:UniqueDocId> </es:DocProperties> </element> <element> <es:RepositoryDetails> <es:Repository Type="DatabaseRepository" …

0
59
Member Avatar for Tyrial

Hi there I am trying to develop a silverlight game to be deployed on facebook. This game needs to make use of a database to store information about the players stats. At the moment i am just trying to get the silverlight wcf services working. By making a simple grid …

Member Avatar for Tyrial
0
143
Member Avatar for vibhaJ

Hi All, I am having one php website. where user register and add android application id from android market.e.g. com.GalleryXYZ... I just have to check that whether this id is valid or not on android market? I found below link: [URL="http://developer.android.com/guide/publishing/publishing.html#marketintent"]http://developer.android.com/guide/publishing/publishing.html#marketintent[/URL] But it doesn't help me. Is android provide any …

0
92
Member Avatar for yuvi2288

hi, i have issues regarding parse the following xmlns code with jsp....can anyone help me .. <response> <lf:request_type>listing</lf:request_type> <lf:response_code>0</lf:response_code> − <lf:result type="listing" count="10"> − <lf:item id="33585487"> <lf:attr name="title">Used 2001 Ford Mustang SVT Cobra Cobra</lf:attr> <lf:attr name="year">2001</lf:attr> <lf:attr name="make">FORD</lf:attr> <lf:attr name="model">MUSTANG</lf:attr> <lf:attr name="price">18991</lf:attr> <lf:attr name="mileage">17424</lf:attr> <lf:attr name="auction">no</lf:attr> <lf:attr name="city">Dearborn</lf:attr> <lf:attr name="state">Michigan</lf:attr> …

0
84
Member Avatar for veejai24

Hi All, In my current project i need to display xml content as html output. Iam using XSLT to process the incoming xml message into html output values. We are reusing existing XSLT files, so in one of the file we have something like below code, which uses xpath count …

Member Avatar for pritaeas
0
71
Member Avatar for Rajicet
Member Avatar for hielo
0
135
Member Avatar for new SE

Hi, now i'm working to export the gridview in asp.net to xml.. anyone have any idea.. just now,this is my code but there is some error that i can't figure out.. [CODE] Response.ContentType = "text/x-json"; XmlDocument xmlToExport = new XmlDocument(); string toExport = MethodToReturnXMLString(id); xmlToExport.LoadXml(toExport); Response.Write(xmlToExport); xmlToExport.Save("Filename.xml"); Response.End(); [/CODE]

Member Avatar for dnanetwork
0
75
Member Avatar for Nfurman

Hello! [CODE] private void btnRecord_Click(object sender, EventArgs e) { //try //{ Random num = new Random(2); XmlDocument xmlDoc = new XmlDocument(); XmlElement contact = xmlDoc.CreateElement("contact"); XmlElement name = xmlDoc.CreateElement("name"); XmlElement familyname = xmlDoc.CreateElement("familyname"); XmlElement momos = xmlDoc.CreateElement("momos"); XmlAttribute contactid = xmlDoc.CreateAttribute("id"); contactid.Value = num.ToString(); XmlText firtnametext = xmlDoc.CreateTextNode(tbName.Text); XmlText lastname …

Member Avatar for hielo
0
106
Member Avatar for flyblackbox

I followed this tutorial and set up comments on my website: [url]http://www.ruhanirabin.com/easy-steps-to-facebook-connect-comment-box-how-to/[/url] Our site received hundreds of "Like's" and Comments. I changed the URL for my root directory and got a SSL certificate. The Facebook app is broken now, can anyone lend some insight?

Member Avatar for flyblackbox
0
144
Member Avatar for neosonic

Hi, I am currently using ms word template .dot to create a ms word document. My current goal is to create .xml file to be used for quickbook sdk input (qbxml). I am using ms word 2003 and I can save those .dot as a .xml document, but it is …

Member Avatar for neosonic
0
196
Member Avatar for RickW

I have this output from a mysql export: [code] <?xml version="1.0"?> <resultset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" statement="select product as sample,count(*) as count from table1 where itemno in (5,10,37) and type='food' and package='boxed' group by package,product order by count(*),product desc limit 5 "> <row> <sample>cereal</sample> <count>1</count> </row> <row> <sample>macaroni</sample> <count>1</count> </row> <row> <sample>cookies</sample> <count>2</count> …

Member Avatar for RickW
0
164
Member Avatar for NT.

Hi, I am trying to access a web service using the WSDL url. I am able to get all the related classes from that wsdl using wsdl2java emitter. I am able to create a client that can basically call the methods of the web service. Now, the problem is I …

0
61
Member Avatar for Cory_Brown

Does anyone have a way to change the background color of every other row in a table with xsl-fo. I'm using nFOP to create pdf's and have accomplished most everything I've needed but would like to have say every other row have a light gray background. If I statically set …

Member Avatar for floatingDivs
0
1K
Member Avatar for tamil.veera

how to search xml files in complete hard disk and display it's file name. if double click any file name then it will open a note pad(view the source coed) and another option is open the browser(Internet Explore,any browser) [B][COLOR="Green"]please write the code[/COLOR][/B] Thank you.......

0
43
Member Avatar for tamil.veera

how to search xml files in complete hard disk and display it's file name. if double click any file name then it will open a note pad(view the source coed) and another option is open the browser(Internet Explore,any browser) [COLOR="Green"][B]please write the code[/B][/COLOR] Thank you.......

0
28
Member Avatar for anony

while hosting a asp.net web service, where do i put the services in. like we put it in the iis in our computer. Any help will be really appreciated as i am clueless on how to do it.

Member Avatar for anony
0
74
Member Avatar for Maksym

Hi all! Want to conveniently organize beta testing process - communication with testers. Need something that can be easily integrated with my application. Maybe somebody already had some experience using services available. Really apreciate your advice. Thanks!

0
50
Member Avatar for chuck577

Hello all, I have an xml file with the information below: [CODE] <?xml version="1.0" encoding="utf-8" ?> <ServerNames> <Name>dfwnbonner1</Name> </ServerNames> [/CODE] I am trying to get the Name of a server into a listview. This works fine with the above xml but as soon as I add another server name in …

Member Avatar for chuck577
0
215
Member Avatar for amer.m

HI all, I tried to load xml object from record from database , and when i load it from a string directly , it's loaded successfully But when connecting to database and take the record that is saved as a string in the form of xml like : <MaintenanceSchedule><MaintenanceItem nScheduleType='2' …

0
40
Member Avatar for Sidicus

Hello Everyone, I am trying to find a good way to get information from a website into a access 2007 database. Im thinking I should have the website write a text or xml file with the data on it and then have some program (or access itself if it can) …

Member Avatar for leo002000
0
95
Member Avatar for davidscr

Hi, i realized a web service with xfire library, tested with a simple client simulator and with xmlspy. Now another client try to invoke the service, but this is the error that i can read on Tomcat catalina log. Can you help me to understand where is the problem? Thanks …

0
105
Member Avatar for rahulephp

I am a php programmer but I am not so good with XML files. For a price comparison website, I need to parse the Amazons XML feed to store product data into the database. Can anyone please help me to find out such a simple script to parse Amazon XML …

Member Avatar for Kieran Y5
0
652

The End.