3,634 Topics

Member Avatar for
Member Avatar for watergeek

I am using VB.net 2008 express edition I have figured out how to use some of the code snippets for the open xml sdk to create a drop down list of all the sheets in an excel file. I can also use the code snippet to get the value of …

Member Avatar for David Sanchez
0
1K
Member Avatar for java_programmer

I am writing a web service using apache axis which will accept a XML Message , process it and return another XML Message. But I am not getting any hints how to describe the input and output in WSDD file. Could anyone please suggest?

Member Avatar for sam2011
0
151
Member Avatar for showerhater

hi, i am just now learning to take advantage of XML and RSS feeds. I actauly just finished my first RSS Feed. Whenever i check it in google reader the RSS feed shows up as a list of links with short descriptions. like i would like it to do. However, …

0
111
Member Avatar for qiwenfarmer

hi, I am a newbie. I have a simple perl script that write to a text file I created a mxml page using flex, anyone know how can I execute the perl script from mxml page? Also, I wish the perl script can retrieve the user input from the text …

0
55
Member Avatar for punchinello

I am trying to write a program using vb6.0 with sapi's speech recognition support. When I tried English everything came out alright. But when I swithed to Chinese, there's always this error when loading grammar and rules from an xml file. Why could it be? Anything to take special notice …

Member Avatar for punchinello
0
76
Member Avatar for ragnarok511

I am creating a quiz generator is supposed to pull the values of the radio buttons that you select and put them in an array which will be compared to an array of correct answers that were pulled from the XML file. The main question is how can I pull …

0
82
Member Avatar for hnmcc

My project turns XML into HTML. I need to insert DIV elements in certain places and (so far) I haven't found a way of doing it. My input XML, over which I have no control, looks like this: [CODE] <response> <result> <doc> <str name="item_A">A</str> <arr name="B"> <str>B1</str> <str>B2</str> ... </arr> …

0
50
Member Avatar for m-soft

Hello, I try to read a xml file with this schema: - <item> <title>some text</title> <link>link</link> - <description> text ok <br /> I can't see this text </description> <imedia:thumbURL>link</imedia:thumbURL> </item> When I write: echo $rss_channel["ITEMS"][$i]["DESCRIPTION"]; I can see text ok, but from <br /> I can't see nothing. I tried …

Member Avatar for Sandeep1003
-1
404
Member Avatar for priyam1309

Hi, I wish to create my own blog website but the problem is i still am confused about how it is done. I would like to use ASP.NET and C#.net to create the website and HTML & CSS to design the website. The main issue is can i store the …

Member Avatar for Lusiphur
0
95
Member Avatar for pritaeas

I'm in need of opinions. I currently have several low-traffic Dutch websites, all equipped with an RSS feed built by me. Would it be better for my sites if I promote the feeds at FeedBurner instead of the current on-site ones ? Does it matter for SEO ? Any other …

Member Avatar for pritaeas
1
107
Member Avatar for mvee

Hello - I am very new to xml files and xpath. I have 4 multiselect dropdowns all using the same xml datasource. Each dropdown is based on attributes of the same tag. I would like to make them cascade, but I can only figure out how to do it by …

0
46
Member Avatar for sadhawan

Hi Guys,i have the following code and i am trying to collect all the attributes with a tag name "file" .Wheni run the lopp the value of collection keep changing instead of collecting it like an array.Can anyone help me with this. Thanks [code] private void button1_Click(object sender, EventArgs e) …

0
75
Member Avatar for srdva59

hi, i have this xml: <?xml version="1.0" encoding="ISO-8859-1" ?> - <link4> <nome>Tove</nome> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> <nome>sdsd</nome> <id>116</id> </link4> and i want simple append more elements "nome" and id inside of link4 how can i do that i using php 4 thanks a lot for your help …

Member Avatar for diafol
0
61
Member Avatar for ragnarok511

Hi everyone. I am writing a form that is builds an XML file. The form is multiple pages. Whenever I try to go to to the page after the next page, it tells me that it cannot access the XML file because it is in use by another process. It …

Member Avatar for ragnarok511
0
145
Member Avatar for jackdalson

I’ve tested various link building tips over the years and found the following ways that can have killer effect on your search engine ranking. But before that, always keep in mind that search engine likes quality incoming links and you need to build link trust. Don’t go for spam links.and …

Member Avatar for TudorBran
0
322
Member Avatar for himit

Hi, I've an XML document and I am creating another XML using XSL. I need to check some specific conditions and for that I want to use Javascript in my XSL. I tried it, however, couldn't get the desired result. As I could not change the XSL variables frequiently so …

Member Avatar for fpmurphy
0
256
Member Avatar for jrock2004

Ok so I am trying to setup on my site to have 6 of my recent tweets. I am trying to use the .getJSON method and it is just not working. [CODE] $.getJSON("http://api.twitter.com/1/statuses/user_timeline/jrock2004.json", function(data) { $.each(data, function(){ $('<div></div>') .hide() .append('<span>' + this.text + '</span>') .appendTo('#tweets') .fadeIn(); }); }); [/CODE] Any …

Member Avatar for JJenZz
0
98
Member Avatar for coroll

Hi everyone!, do we need to add any tags to web.xml when using a bean. can any one tell me PLzzzzzzzzzzzzzzzz............ THANKS IN ADVANCE

0
70
Member Avatar for minstantmoney

Hi Every one, I have just now uploaded a new site which is in php and uses RSS feeds with include file.In my code editor the pages are displayed perfectly but on my server it denotes xml error and no RSS feeds are displayed.I have tried my best to find …

0
60
Member Avatar for fianna

I have an XML file that I need to transform. For one reason for another the XML contains escaped HTML data in its fields (the users are using an app I can't edit to generate the XML). [CODE] <parent> <child>%3Cul%3E%3Cli%3EBoy+this+is+fun%21%3C%2Fli%3E%3C%2Ful%3E</child> </parent> [/CODE] I know the best solution is to recreate …

Member Avatar for iceandrews
0
136
Member Avatar for bbman

Hey, I have tried Google, but no avail. I have an XML file, say <Items> <item> <id>1</id> <name>test</name> </item> <item> <id>2</id> <name>othertest</name> </item> </Items> I have a function Add(int id, string name). How would I read through every <item>, get the id and name, and call the add function. Thanks

Member Avatar for bbman
0
82
Member Avatar for ksmadhuri

hi, in my project i need to develop xml file..i created...im facing problem in deletion of white spaces in xml file..the deletion is working fine..but after deleting the elements it is showing white spaces..but i need to delete that white spaces...can anyone provide me how to do...here is my code... …

0
53
Member Avatar for sirio.bm

Developing on an ubuntu system, using code::blocks. Need to read and write to XML config files. there is a DOM library for Gnome, libgdome2. Found a good source for this at [url]http://gdome2.cs.unibo.it/[/url] I am trying to compile the following code, which is more or less straight from the tutorial on …

0
45
Member Avatar for himit

Hi, I am trying to convert an XML into another desired format XML through XSL. However, I am not able to apply any proper logic to get that. Please llok into it and suggest something- Input XML- [CODE] <feed xmlns:es="http://ucmservice"> <element> <es:RepositoryDetails> <es:Repository Type="DatabaseRepository" /> <es:ConnetionDetails> <es:Param MigrationSetId="439" /> </es:ConnetionDetails> …

0
60
Member Avatar for john butler

Hi Everyone! I have a question regarding the <include> tag. Actually I am new to the Android Programming and I want to use the Concept of Reusability in my Application at several places. I get to know that it is possible by the <include> tag but I don't know how …

Member Avatar for peter_budo
0
108
Member Avatar for ermercado

hi, using the sample xml below: <hdr> <sect role="para" label="1234"> <legref>asdf</legref> <cite role="com">abc</cite> <cite role="rg">RTY 08</cite> <cite role="rg">SDF 05</cite> <othertag>some textdata here <cite role="rg">SXF 05</cite> </othertag> </sect> <sect role="para" label="2345"> <cite role="com">xyz</cite> <cite role="rg">WER 10</cite> <cite role="rg">TRS 10</cite> <cite role="rg">WER 10</cite> <legref>qwert</legref> </sect> </hdr> need to extract the label attribute …

Member Avatar for ermercado
0
790
Member Avatar for pankajagar2002

digester is an open source apache framework to converstion XML -> java JDO. is it possible to use it vice versa. i mean can i use digester to convert java object into xml with the same configuration file. Thanks in advance

0
83
Member Avatar for rahul8590

I have a couple of input boxes where the user will be entering his/her data . for example: Name:------------- Fathers name:----------- mothers name:------------ when the user enters the data , i need the xml to be generated something like this <family> <name> users name </name> <fname> fathers name </fname> <mname> …

Member Avatar for rahul8590
0
899
Member Avatar for rolsen

Dear all, Another beginner seeks assistance with XSLT and XPATH ;-) This is my XML source: [CODE] <?xml version="1.0" encoding="UTF-8" ?> <report xsi:schemaLocation="http://www.callassoftware.com/namespace/pi4 pi4_results_schema.xsd" xmlns="http://www.callassoftware.com/namespace/pi4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <profile_info > </profile_info> <results> <hits rule_id="RUL1" severity="Error"> <hit type="Image" page="PAG1"> </hit> <hit type="Image" page="PAG2"> <imagestate image_id="IMG30" v_ppi="127.0" h_ppi="127.0"></imagestate> </hit> </hits> </results> </report> [/CODE] I …

Member Avatar for rolsen
0
143
Member Avatar for hindu times

Hi there, I'm having some trouble formatting the date that appears underneath each "News" post on the following page - [URL="http://www.rjt-online.com/home.php"]www.rjt-online.com/home.php[/URL] Here is the code for the XSL file that is being pulled into the above page with php. The xsl file is pulling in an RSS feed from my …

Member Avatar for iceandrews
0
409

The End.