Related resources for XML Parser
  • Simple XML Parser in C#5/7/2019 6:47:55 AM. This article shows how to create a very simple XML parser.
  • Convert HTML To XML12/4/2015 6:14:30 AM. In this article you will learn how to convert HTML to XML.
  • XML Parser Function in PHP: Part 56/16/2013 1:30:22 PM. In this article I describe the PHP XML Parser functions xml_set_end_namespace_decl_handler, xml_set_start_namespace_decl_handler, xml_set_processing_instruction_handler and xml_set_unparsed_entity_decl_handler.
  • XML Parser Function in PHP: Part 46/15/2013 1:54:50 PM. In this article I describe the PHP XML Parser functions xml_set_default_handler, xml_set_element_handler, xml_set_external_entity_ref_handler, xml_set_notation_decl_handler and xml_set_object.
  • XML Parser Function in PHP: Part 36/15/2013 1:45:54 PM. In this article I describe the PHP XML Parser functions xml_parser_create, xml_parser_free, xml_parser_get_option, xml_parser_set_option and xml__set_character_data_handler.
  • XML Parser Function in PHP: Part 26/14/2013 2:31:54 PM. In this article I describe the PHP XML Parser functions xml_get_current_line_number, xml_get_error_code, xml_parse, xml_parser_into_struct and xml_parser_create_ns.
  • XML Parser Function in PHP: Part 16/7/2013 11:20:21 AM. This article describes the PHP XML Parser functions utf8_decode, utf8_encode, xml_error_string, xml_get_current_byte_index and xml_get_current_column_number.
  • Simple XML Parser in VB.NET12/1/2012 2:02:12 AM. This article shows how to create a very simple XML parser.
  • POC for DOM XML Parser9/29/2012 7:31:57 AM. The classes found in System.Xml namespace provide functionality to parse and navigate through XML documents. The attached source code shows how to use this functionality in C#.
  • Bulk Data Transactions using OpenXML9/29/2012 7:24:30 AM. OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain columns of data, OPENXML is the function that allows an XML document to be treated in the familiar relational database format. It allows for the passing of an XML document to a T-SQL stored procedure for updating the data.
  • XML Parser in C#9/29/2012 6:32:02 AM. This project gives you a head start to write XML parser in C#.
  • XML Strengths and Weaknesses with DOM, ASP, and XSL9/29/2012 6:17:46 AM. In this article we're going to take a look at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with XSL using Microsoft's MSXML parser. To test the code samples shown in this article you should be running Windows NT/2000/XP with IIS installed. You should also have SQL server 2000 installed on the same machine.
  • XML Overview5/20/2012 6:41:52 AM. In this article I will explain XML and how to write an XML code.