Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

An Overview on SVG Images

Hello readers, Today in my blog I will discuss Scaleable Vector Graphics Images.   Introduction:- It is an XML-based vector images created for 2D graphics. Using the Vector Graphics we can create geometric objects such as lines...

What is the difference between HTML and XHTML?

1. HTML documents are made of elements that have three different components- element tags , start tag end tag; element attributes are given within tags. HTML element lies between and including tags. XHTML documents has only one root element. A...

XML Parsing in Unity

Hello Readers   Today I am going to explain you parsing of XML in unity. XML can be parse in unity by two ways. 1.       By Class method. 2.       By Normal method. &...

How to bind nested list in WPF

Here, below is the example of binding nested list in WPF. In below example, I am using nested item controls and WPF Expander to show nested list.  On click of first item, it display sub list of selected item. In these example , I bind ite...

How to bind XML Data using XmlDataProvider in WPF?

In WPF, we can easily bind WPF controls with xml data using XmlDataProvider. Using XmlDataProvider, we can bind xml data in XAML file itself without writing any code in code behind.   Here, below is the example of XmlDataProvider. F...

How to update xmlDataProvider when xml document changes at runtime in WPF?

Some time we need a situation where we bind WPF controls with XmlDataProvider and XML is changes dynamically at run time. Then we need to change the data in WPF controls automatically. for eg: we bind list of items with XmlDataProvider and user ...

How to get data from XML using SimpleXML extension in CakePHP

SimpleXML is an extension of PHP that allows us to get XML data.SimpleXML provides a way of getting element's name, attributes and textual content.SimpleXML extension fetches the data from XML document in a form of data structure.It is easy a...

Bind Combobox with XML Data

Combobox control is like a dropdown control which contains the list of items. By default it takes no value. There is a property itemsSource with which we bind the items. To bind combobox with the XML file,we will right click on the project and...

Difference between HTML and XML

To know the difference between HTML & XML, first of all we need to know what is HTML and XML. What is HTML :-  HTML(Hyper Text Markup Language ) is a markup language used for describing web pages. What is XML  :...

Xpath in Selenium

The query language which is used to locate elements in XML document is "xpath". XML is the context in which xpath exist. One or more elements exists inside the XML document. Every element must have a start and end tag if it contains so...

Convert Xml to Json format using java

Xml to Json conversion: Lets see with the help of example. Following jars are required for conversion: apache-commmons json-lib ezmorph Suppose we have the xml file with name demo.xml with the following data: ...

Multitenancy feature in JVM

IBM recently launched the multitenant feature in SDK Java Technology Edition, Version 7 Release 1. Each program issuing java command from the command prompt/shell or from GUI invokes an instance of the JVM, which contains resources and the ar...

Creating xml from SQL query

This blog will show you how to create an xml from sql query having sql data. Write down the followng query to generate xml:- WITH XMLNAMESPACES ('http://www.dossia.org/v2.0/xml/phr' as phr) Select OrderResultID,OrderID ,PatientID ,SpecimenNum...

SQL - Generating XML 2

Every XML has two elements i.e. 1) Attributes and 2) Value SELECT magazineId AS '@id' , magazineName AS '@name' , CoverPage AS '@coverPage' , isActive AS '@status' , publishDate AS '@publishDate' , expiryDate A...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: