Navigation Home / Tags / XML

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 Next »
18
Date Submitted Mon. Oct. 9th, 2006 2:58 PM
Revision 1
Scripter wiz1705
Tags Array | PHP | XML
Comments 2 comments
I've seen XML 2 Array functions done in other ways but this is the shortest implementation I've seen yet. I didnt write it myself though, but I thought I'd submit it for common good of this site. It uses regex and works prefectly.
-14
Date Submitted Wed. Nov. 9th, 2005 7:55 PM
Revision 1
Beginner vinnie
Tags CPlusPlus | XML | XSL
Comments 3 comments
Transform XML File with XSL Stylesheet
6
Date Submitted Fri. Dec. 29th, 2006 8:26 AM
Revision 1
Beginner strandedfisherman
Tags info | information | tube | XML | You | youtube
Comments 3 comments
This gets the information off youtube when you add a youtube link.

please change the dev_id to your own my is:BnvzCjJ_Bzw

http://www.youtube.com/my_profile_dev

put a link in eg. http://www.youtube.com/watch?v=xOJnKgsWPGw
7
Date Submitted Sun. Oct. 29th, 2006 9:36 AM
Revision 1
Scripter SCoon
Tags Java | XML
Comments 0 comments
Implementation-independent XML builder.
8
Date Submitted Mon. Oct. 30th, 2006 4:42 AM
Revision 1
Scripter SCoon
Tags FreeMind | Java | Mindmaps | Ruby | Web | XML
Comments 0 comments
This code illustrates using ruby REXML package. It converts J2EE web application deployment descriptor web.xml into Freemind mindmap document.
7
Date Submitted Sat. Nov. 18th, 2006 5:40 AM
Revision 1
Scripter Pio
Tags Serialization | VB.NET | XML
Comments 0 comments
I use something similar to this in an application named Shock 3. It provides you with your own Custom settings that can handle your own Custom types as well.
1
Date Submitted Mon. Nov. 23rd, 2009 11:58 PM
Revision 1
Beginner nilambar
Tags Class | databse | Table | XML
Comments 0 comments
This is a simple class for generating XML from MySql databse table.

Usage
include("Xml.class.php");//include class file
$mx=new Xml;//create new Xml object
$mx->dbtoXml("localhost","root","","dbname","tblname");//give hostname, user, password, database name and table name
echo $mx->showXml();//showXml returns Xml
1
Date Submitted Mon. Mar. 16th, 2009 6:08 AM
Revision 1
Scripter mycodeofshailendra
Tags attributes | Data | node | XML
Comments 0 comments
Method to read xml node in C#
1
Date Submitted Mon. Mar. 16th, 2009 6:32 AM
Revision 1
Scripter mycodeofshailendra
Tags Binding | Raw | XML
Comments 0 comments
Xml has become a very ubiquitous and is an integral part of .Net and the System.Data namespace. The problem lies in that not many people know how to take advantage of some of the features. When we are using a database, we naturally use the Systen.Data namespace, but with Xml documents as data there are hundreds of solutions for displaying Xml data out there for .Net.

I myself prefer to use the DataSet object and the DataGrid control just as I would if the data was coming from SQL Server. The common misconception, even to those who know that you can do this, is that you need a schema to accomplish it. There is a very simple way to bind raw Xml data to a datagrid without a schema. The Xml data must be simple though, mapping to rows easily.
17
Date Submitted Mon. Oct. 9th, 2006 9:57 PM
Revision 1
Helper inxilpro
Tags Convert | CSV | PHP | XML
Comments 1 comments
This function converts a CSV file to a simple XML file.
« Previous 1 2 Next »