JSTL allows the JSP developers to use simple logic and iterative code in the form of tags rather than typical Java code in JSP. In this article, you will know about how to parse XML document using JSTL XML tags.
Category: XML
Permanent link to this article: https://blog.openshell.in/2011/07/how-to-read-xml-document-using-jstl/
Jul 24
Read and Write an XML File using PHP
How to read and write xml document with php’s DOMDocument. The DOM extension allows you to operate on XML documents through the DOM API with PHP 5. For better understanding, I have written comment for almost every line of code. XML Code: file name – employee.xml [xml] <?xml version="1.0"?> <employees> <employee id="1" name="Albert"><age>34</age><![CDATA[ Employee details …
Permanent link to this article: https://blog.openshell.in/2011/07/read-and-write-an-xml-file-using-php/
Jun 13
Create an RSS feed with PHP
Having an RSS feed on your website is a great way of sharing your content with the rest of the Internet. It’s not a new technology and it’s probably something that you use on a daily basis. If you have a blog or use any form of CMS, that software will most likely handle the …
Permanent link to this article: https://blog.openshell.in/2011/06/create-an-rss-feed-with-php/
Dec 27
Registering XML Schema to IBM DB2 pureXML
Target Audience: DBA, DB Developers What you should know: XML, XML Schema, Understanding of IBM DB2 pureXML DB2 is unrivaled in its ability to manage both relational and XML data, enabling strong runtime performance and high levels of development time and cost savings. By integrating XML data intact into a relational database structure, users can …
Permanent link to this article: https://blog.openshell.in/2010/12/registering-xml-schema-to-ibm-db2-purexml/
Dec 01
Who Uses XML?
Introduction XML (eXtensible Markup Language) is self-describing. XML tags act as metadata, describing each element. The main purpose is for information exchange between organizations, applications, services, processes, etc. Who Uses XML? Financial FIXML Financial Information eXchange Protocol http://www.fixprotocol.org FPML Financial Product ML http://www.fpml.org FUNDSML Funds Markup Language http://www.funds-xml.org XBRL eXtensible Business Markup Language http://www.xbrl.org Publication …
Permanent link to this article: https://blog.openshell.in/2010/12/who-uses-xml/