Validation Against XML Schema: A Framework for XML>XML Validation

XML (eXtensible Markup Language) has become a widely used format for representing and exchanging structured data across different domains. As the complexity of XML documents increases, ensuring their validity becomes crucial to avoid potential errors or inconsistencies in data processing. Validation against an XML schema provides a mechanism to verify that an XML document conforms to a set of predefined rules and constraints defined by the schema. This article presents a comprehensive framework for validating XML documents against XML schemas, aiming to enhance the reliability and integrity of data exchange.

To illustrate the importance of validation against XML schemas, consider the case study of an e-commerce platform that relies on integrating product information from multiple vendors through XML feeds. Without proper validation, discrepancies between the expected structure and actual content within these feeds can lead to significant complications during data ingestion and manipulation processes. By implementing a robust validation framework, such issues could be mitigated as it ensures that incoming XML feeds adhere to a standardized schema, guaranteeing consistency and accuracy in product information integration.

The proposed framework not only addresses basic syntactical checks but also encompasses more advanced validations involving complex type definitions, cardinality constraints, and cross-referencing elements within an XML document. Moreover, this article explores various existing techniques and tools available for performing validation against XML schemas while providing guidelines on their usage and suitability based on specific requirements and constraints. The framework also emphasizes the importance of error handling and reporting mechanisms to efficiently identify and resolve validation issues.

Additionally, the article discusses the benefits of using XML schema languages such as Document Type Definition (DTD), XML Schema Definition (XSD), and Relax NG for defining the structure, data types, and constraints of XML documents. It highlights the flexibility and extensibility offered by these languages, enabling developers to define custom data models tailored to their specific needs.

Furthermore, the article explores different approaches for integrating XML validation into existing software systems, including standalone validation libraries, programming language-specific APIs, and command-line tools. It provides insights into considerations such as performance, scalability, ease of integration, and community support when selecting a suitable validation approach.

To summarize, this comprehensive framework for validating XML documents against XML schemas offers invaluable guidance for developers working with complex data structures in various domains. By implementing proper validation mechanisms, organizations can enhance data integrity and reliability while minimizing potential errors or inconsistencies during data processing.

Understanding XML Schema

XML (eXtensible Markup Language) has become a widely adopted standard for representing structured data. It provides a flexible and platform-independent way of encoding information, making it suitable for various applications such as data exchange and web services. To ensure the integrity and validity of XML documents, developers employ XML Schema, which defines the structure and constraints that an XML document must adhere to. This section aims to provide an understanding of XML Schema by exploring its purpose, components, and benefits.

To illustrate the significance of XML Schema, let us consider a hypothetical scenario where an online bookstore receives orders from customers in different formats. Without a standardized schema, it would be challenging for the bookstore’s system to process these diverse order formats accurately. However, by employing an appropriate XML Schema, the bookstore can define a consistent structure for all incoming orders. This ensures that each order contains mandatory elements like customer details, shipping address, and payment information while adhering to specified formatting rules.

One compelling reason why developers choose XML Schema is its ability to enforce validation rules on XML documents. Validation guarantees that documents conform to predefined standards or guidelines set forth by organizations or industries. By validating against an established schema, inconsistencies or errors within an XML document can be identified early in the development process before they propagate into downstream systems.

Consider the following bullet points highlighting some key advantages of using XML Schema:

  • Standardization: Provides a common language for documenting expectations about data structure.
  • Interoperability: Facilitates seamless communication between different platforms and systems.
  • Data Integrity: Ensures conformance with defined rules preventing invalid or incomplete data.
  • Maintainability: Allows schemas to evolve over time without compromising existing compatibility.

Additionally, we can summarize essential aspects of XML Schema through this table:

Component Description Example
Elements Basic building blocks representing distinct pieces of information. , , </code></td> </tr> <tr> <td>Attributes</td> <td>Provide additional metadata or characteristics to elements.</td> <td><code>price="29.99"</code>, <code>category="thriller"</code></td> </tr> <tr> <td>Complex Types</td> <td>Define complex structures by combining multiple elements and attributes.</td> <td><code><personName>...</personName></code></td> </tr> <tr> <td>Constraints</td> <td>Specify rules and limitations on the content and structure of XML data.</td> <td><code>minOccurs="1"</code>, <code>pattern="[A-Z]+"</code></td> </tr> </tbody> </table> <p>Understanding XML Schema is crucial for developers working with XML documents, as it ensures consistency, interoperability, and integrity throughout various systems.</p> <p>Continuing from our discussion on understanding XML Schema, let’s now explore the significance of validating XML documents against their corresponding schemas. By performing this validation step, potential errors or inconsistencies can be identified early on, leading to improved data quality and enhanced system performance.</p> <h2>Importance of Validation</h2> <p>Understanding the structure and rules of an XML document is essential in ensuring its integrity and interoperability. However, understanding XML Schema alone is not sufficient; validation against these schemas plays a crucial role in guaranteeing the correctness of the data.</p> <p>To illustrate the importance of validation against XML Schema, let’s consider a hypothetical scenario where an e-commerce website receives customer orders in the form of XML documents. Without proper validation, it would be challenging to ensure that each order adheres to specific requirements such as valid email addresses or correct product codes. By validating incoming orders against predetermined schemas, errors can be identified early on, preventing potential issues downstream.</p> <p>There are several key benefits associated with validating XML documents against their corresponding schemas:</p> <ol> <li> <p>Improved Data Quality: Validation ensures that only well-formed and semantically correct data is processed further. It helps eliminate inconsistencies or inaccuracies that may arise due to human error or incompatible formats.</p> </li> <li> <p>Enhanced Interoperability: By enforcing adherence to a common set of rules defined by the schema, different systems can exchange information more reliably and seamlessly. This promotes interoperability between various applications across disparate platforms.</p> </li> <li> <p>Early Error Detection: Validating XML documents during their ingestion phase allows for immediate identification and rectification of any syntax or structural errors present within them. This proactive approach saves time and effort by mitigating possible complications at later stages.</p> </li> <li> <p>Compliance Assurance: In industries governed by regulatory standards (e.g., healthcare or finance), validation ensures compliance with specified guidelines and reduces legal risks associated with non-compliant data handling practices.</p> </li> </ol> <p>The significance of validation against XML Schema cannot be overstated when striving for accurate and reliable data processing systems. To understand how this process takes place in practice, we will delve into the XML Schema language in the subsequent section, exploring its syntax and various constructs.</p> <p>Next section: XML Schema Language</p> <h2>XML Schema Language</h2> <p> Imagine a scenario where an organization receives large volumes of XML data from various sources. Without proper validation, this data could contain errors or inconsistencies that may impact subsequent processes and analysis. To ensure the integrity and quality of XML data, organizations rely on a robust validation process against XML Schema. This section explores the significance of XML>XML validation and presents a framework for achieving it effectively.</p> <p>The Significance of Validation:<br> Validation serves as a crucial step in guaranteeing the accuracy and conformity of XML data to predefined rules specified by an XML Schema. By validating XML documents against their respective schemas, organizations can identify discrepancies early on, preventing potential issues downstream. For instance, consider an e-commerce platform that receives product information from multiple suppliers in varying formats. Through thorough validation, any inconsistencies or missing fields can be promptly detected, enabling timely resolutions before further processing occurs.</p> <p>To highlight the importance of validation, let us explore key benefits associated with implementing a comprehensive XML>XML validation process:</p> <ul> <li>Enhanced Data Quality: Validating XML data ensures adherence to defined standards and structure, resulting in improved overall quality.</li> <li>Increased Reliability: A reliable dataset is fundamental for accurate decision-making processes within an organization.</li> <li>Efficient Error Detection: Early identification of errors allows for prompt remediation actions to minimize negative impacts.</li> <li>Improved Interoperability: Ensuring compliance with agreed-upon standards enhances interoperability between different systems.</li> </ul> <p>Additionally, presenting these benefits visually through a table reinforces the emotional response towards adopting effective validation practices:</p> <table> <thead> <tr> <th>Benefits</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>Enhanced Data Quality</td> <td>Validation guarantees consistent adherence to predefined schema rules</td> </tr> <tr> <td>Increased Reliability</td> <td>Reliable datasets enable informed decision-making</td> </tr> <tr> <td>Efficient Error Detection</td> <td>Early identification enables timely resolution</td> </tr> <tr> <td>Improved Interoperability</td> <td>Compliance with standards facilitates seamless integration between systems</td> </tr> </tbody> </table> <p> By establishing an efficient XML>XML validation process, organizations can significantly reduce data inconsistencies and errors. The significance of this step lies in its ability to improve the overall quality of XML data, enhance reliability, enable efficient error detection, and foster interoperability. In the following section, we will delve into the details of the validation process and discuss various techniques employed within it.</p> <h2>Validation Process</h2> <p>XML schema validation is a crucial step in ensuring the integrity and accuracy of XML documents. In this section, we will explore the process involved in validating XML against an XML Schema Language (XSD) specification.</p> <p>Consider a hypothetical scenario where an e-commerce website aims to validate customer orders submitted through their online platform. By employing XML schema validation, the website can ensure that each order adheres to specific rules and constraints defined by the XSD. For instance, the schema may dictate that all orders must include mandatory fields such as customer name, shipping address, and payment information. Any order failing to meet these requirements would be flagged as invalid and rejected.</p> <p>The validation process typically involves the following steps:</p> <ol> <li>Parsing: The first step is to parse both the XML document and its associated XSD file using an appropriate parser. This ensures that both files are syntactically correct and conform to well-formedness rules.</li> <li>Loading: Once parsed successfully, the XSD file is loaded into memory along with any imported or included schemas it references. This allows for comprehensive validation across multiple related schemas.</li> <li>Validation: With the XSD loaded, the next phase involves comparing each element and attribute in the XML document against corresponding elements defined in the schema. Elements’ data types, cardinality restrictions, enumeration values, and other constraints specified by the XSD are verified during this stage.</li> <li>Reporting: Finally, any discrepancies between the XML document and its associated schema are reported back to the user or application requesting validation. These reports often highlight specific errors or warnings encountered during validation.</li> </ol> <p>To illustrate how XML schema validation benefits organizations, consider the following emotional bullet list:</p> <ul> <li>Increased Data Integrity: By enforcing strict rules on data structure and content validity through XML>XML validation, organizations can minimize human errors and inconsistencies within their datasets.</li> <li>Enhanced Interoperability: Validating XML documents against standardized schemas promotes interoperability among different systems exchanging data using similar formats, ensuring seamless data integration and communication.</li> <li>Efficient Error Detection: XML schema validation allows for early detection of errors or inconsistencies in the data, avoiding downstream issues that may arise due to invalid or incomplete information.</li> <li>Improved Data Quality: By validating XML documents against predefined schemas, organizations can maintain high-quality data sets with accurate and consistent information.</li> </ul> <p>Moreover, we present a three-column table highlighting some key advantages of XML>XML validation:</p> <table> <thead> <tr> <th>Advantages</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>Increased Data Integrity</td> <td>Ensures adherence to specific rules and constraints defined by the XSD</td> </tr> <tr> <td>Enhanced Interoperability</td> <td>Promotes smooth data exchange between systems using standardized formats</td> </tr> <tr> <td>Early Error Detection</td> <td>Identifies errors or inconsistencies at an early stage</td> </tr> <tr> <td>Improved Data Quality</td> <td>Maintains high-quality datasets with accurate and consistent information</td> </tr> </tbody> </table> <p>In the subsequent section on “Benefits of XML>XML Validation,” we will delve deeper into how this process contributes to overall system efficiency and reliability.</p> <h2>Benefits of XML>XML Validation</h2> <p>In the previous section, we discussed the importance of validating XML against an XML Schema. Now, let us delve into the validation process itself. To illustrate this process, consider a hypothetical scenario involving a healthcare organization that receives patient data in XML format from various sources.</p> <p>The first step in the validation process is to define an XML Schema that specifies the structure and constraints for the patient data. This schema acts as a blueprint for validating incoming XML files. For our case study, the healthcare organization creates an XML Schema that ensures all required fields are present (e.g., name, date of birth) and enforces specific formatting rules (e.g., valid email address).</p> <p>Once the XML Schema is established, the next step involves performing actual validation against this schema. Here’s how it unfolds:</p> <ol> <li>Parsing: The received XML file is parsed using a parser tool or library capable of understanding both XML syntax and its associated Schema language.</li> <li>Structural Validation: The parsed XML document is checked against the defined schema to ensure adherence to structural requirements such as element order, nesting rules, and cardinality restrictions.</li> <li>Data Type Validation: Each element value within the validated document undergoes type checking based on its expected data type specified in the Schema (e.g., string, integer).</li> <li>Constraint Validation: Additional business logic checks can be implemented at this stage to enforce custom constraints not covered by basic structural and data type validations.</li> </ol> <p>By following these steps, our hypothetical healthcare organization ensures that only compliant patient information reaches their systems, reducing potential errors and ensuring high-quality data integrity.</p> <ul> <li>Enhanced Data Quality: By enforcing validation rules during processing, organizations can identify inaccuracies or inconsistencies within their datasets promptly.</li> <li>Improved System Interoperability: Validating incoming XML files helps guarantee compatibility between different systems exchanging data in XML format.</li> <li>Efficient Error Detection: Validation can quickly identify errors or non-compliant data, allowing organizations to rectify issues in a timely manner.</li> <li>Regulatory Compliance: Many industries have specific regulations that govern the exchange of information. XML >XML validation ensures compliance with these requirements.</li> </ul> <table> <thead> <tr> <th>Benefit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td>Enhanced Data Quality</td> <td>Ensures accuracy and consistency within datasets</td> </tr> <tr> <td>Improved System Interoperability</td> <td>Facilitates seamless integration between systems exchanging XML data</td> </tr> <tr> <td>Efficient Error Detection</td> <td>Enables rapid identification and resolution of errors</td> </tr> <tr> <td>Regulatory Compliance</td> <td>Helps meet industry-specific regulations and standards</td> </tr> </tbody> </table> <p>As we conclude this section on the validation process and its benefits, let us now turn our attention to best practices for XML validation. Understanding these practices will further enhance your understanding of how to effectively validate XML against schemas.</p> <h2>Best Practices for XML Validation</h2> <h3>Introduction</h3> <p>After exploring the benefits of XML>XML validation, it is important to consider the best practices for implementing such a validation framework. However, before delving into those best practices, it is crucial to understand the potential challenges that may arise during the implementation process. By recognizing these challenges early on, organizations can better prepare and address them effectively.</p> <p>To illustrate one common challenge faced during XML>XML validation implementation, let’s consider a hypothetical scenario where a large financial institution aims to validate its complex portfolio management system using an extensive set of XML schemas. The sheer volume and complexity of the data involved pose significant hurdles in ensuring accurate and efficient validation. This example highlights how real-world scenarios demand careful consideration of various factors when implementing XML>XML validation frameworks.</p> <h3>Implementation Challenges</h3> <p>When embarking on XML>XML validation endeavors, organizations might encounter several challenges along the way. These challenges include:</p> <ol> <li> <strong>Complexity</strong>: Dealing with intricate XML structures and interdependencies between different schema components can lead to complications in designing effective validation rules.</li> <li> <strong>Performance</strong>: Validating large volumes of data against multiple XML schemas can impose considerable computational overheads, potentially impacting overall system performance.</li> <li> <strong>Compatibility</strong>: Ensuring compatibility between existing legacy systems and newly introduced schemas can be challenging due to differences in structure and semantics.</li> <li> <strong>Maintenance</strong>: Regular updates or modifications to XML schemas require careful coordination across teams responsible for maintenance, posing logistical difficulties.</li> </ol> <h3>Summary</h3> <p>Implementing XML>XML validation frameworks comes with its fair share of challenges. Organizations must navigate complexities, optimize performance, ensure compatibility, and manage ongoing maintenance efforts throughout the process. However, by understanding these obstacles upfront and considering best practices for addressing them (as explored in subsequent sections), organizations can successfully implement robust and reliable XML>XML validation frameworks within their systems without compromising efficiency or accuracy.</p> <p>Please note that while acknowledging these challenges is essential, it is equally important to focus on potential solutions and best practices in the upcoming section on ‘Best Practices for XML Validation.’</p> <div class="yarpp yarpp-related yarpp-related-website yarpp-template-list"> <h3>Related posts:</h3><ol> <li><a href="/2023/06/24/common-xml-validation-errors/" rel="bookmark" title="Common XML Validation Errors in the Framework for XML: A Comprehensive Guide">Common XML Validation Errors in the Framework for XML: A Comprehensive Guide </a></li> <li><a href="/2023/07/15/interpretation-of-xml-schema/" rel="bookmark" title="Interpretation of XML Schema: Framework for XML Validation">Interpretation of XML Schema: Framework for XML Validation </a></li> <li><a href="/2023/06/22/schema-validation-in-different-programming-languages/" rel="bookmark" title="Schema Validation in Programming Languages: Framework for XML: XML Validation">Schema Validation in Programming Languages: Framework for XML: XML Validation </a></li> <li><a href="/2023/09/13/tools-for-xml-validation/" rel="bookmark" title="Tools for XML Validation: Framework for XML">Tools for XML Validation: Framework for XML </a></li> </ol> </div> </div> <div class="share-post"> <span class="share-text">Share</span> <ul class="flat-social"> <li><a href="http://www.facebook.com/sharer.php?u=/?p=6898" class="social-facebook" rel="external" target="_blank"><i class="fa fa-facebook"></i> <span>Facebook</span></a></li> <li><a href="https://twitter.com/intent/tweet?text=Validation+Against+XML+Schema%3A+A+Framework+for+XML%3EXML+Validation&url=/?p=6898" class="social-twitter" rel="external" target="_blank"><i class="fa fa-twitter"></i> <span>Twitter</span></a></li> <li><a href="http://www.stumbleupon.com/submit?url=/?p=6898&title=Validation+Against+XML+Schema%3A+A+Framework+for+XML%3EXML+Validation" class="social-stumble" rel="external" target="_blank"><i class="fa fa-stumbleupon"></i> <span>Stumbleupon</span></a></li> <li><a href="http://www.linkedin.com/shareArticle?mini=true&url=/?p=6898&title=Validation+Against+XML+Schema%3A+A+Framework+for+XML%3EXML+Validation" class="social-linkedin" rel="external" target="_blank"><i class="fa fa-linkedin"></i> <span>LinkedIn</span></a></li> <li><a href="http://pinterest.com/pin/create/button/?url=/?p=6898&description=Validation+Against+XML+Schema%3A+A+Framework+for+XML%3EXML+Validation&media=/wp-content/uploads/2023/09/validation-against-xml-schema.jpg" class="social-pinterest" rel="external" target="_blank"><i class="fa fa-pinterest"></i> <span>Pinterest</span></a></li> </ul> <div class="clear"></div> </div> <div class="clear"></div> </div> </article> <section id="author-box"> <div class="block-head"> <h3>About Mitchel McMillan </h3><div class="stripe-line"></div> </div> <div class="post-listing"> <div class="author-bio"> <div class="author-avatar"> <img alt="" src="http://1.gravatar.com/avatar/ae630aa8114d691d1b90ab428e398d6a?s=90&d=mm&r=g" srcset="http://1.gravatar.com/avatar/ae630aa8114d691d1b90ab428e398d6a?s=180&d=mm&r=g 2x" class="avatar avatar-90 photo" height="90" width="90" loading="lazy" decoding="async"> </div> <div class="author-description"> </div> <div class="author-social flat-social"> <a class="social-site" target="_blank" href="https://bungeni.org"><i class="fa fa-home"></i></a> </div> <div class="clear"></div> </div> </div> </section> <div class="post-navigation"> <div class="post-previous"><a href="/2023/08/24/xml-data-storage/" rel="prev"><span>Previous</span> XML Data Storage: Framework for XML>XML Data Modeling</a></div> <div class="post-next"><a href="/2023/09/02/xml-elements/" rel="next"><span>Next</span> XML Elements in the Framework for XML: Finance</a></div> </div> <section id="check-also-box" class="post-listing check-also-right"> <a href="#" id="check-also-close"><i class="fa fa-close"></i></a> <div class="block-head"> <h3>Check Also</h3> </div> <div class="check-also-post"> <div class="post-thumbnail"> <a href="/2023/06/25/using-xsd-validation/"> <img width="1024" height="1024" src="/wp-content/uploads/2023/09/using-xsd-validation.jpg" class="attachment-tie-medium size-tie-medium wp-post-image" alt="Person coding on a computer" decoding="async" loading="lazy" srcset="/wp-content/uploads/2023/09/using-xsd-validation.jpg 1024w,/wp-content/uploads/2023/09/using-xsd-validation-300x300.jpg 300w,/wp-content/uploads/2023/09/using-xsd-validation-150x150.jpg 150w,/wp-content/uploads/2023/09/using-xsd-validation-768x768.jpg 768w,/wp-content/uploads/2023/09/using-xsd-validation-120x120.jpg 120w" sizes="(max-width: 1024px) 100vw, 1024px"> <span class="fa overlay-icon"></span> </a> </div> <h2 class="post-title"><a href="/2023/06/25/using-xsd-validation/" rel="bookmark">Using XSD Validation: Framework for XML>XML Validation</a></h2> <p>XML (eXtensible Markup Language) has become the de facto standard for data interchange and representation …</p> </div> </section> <div id="comments"> <div class="clear"></div> </div> </div> <aside id="sidebar"> <div class="theiaStickySidebar"> <div id="categories-6" class="widget widget_categories"><div class="widget-top"><h4>Categories</h4><div class="stripe-line"></div></div> <div class="widget-container"> <ul> <li class="cat-item cat-item-6"><a href="/category/cash/">Cash</a> </li> <li class="cat-item cat-item-28"><a href="/category/xml-data-modeling/">Xml data modeling</a> </li> <li class="cat-item cat-item-27"><a href="/category/xml-finance/">Xml finance</a> </li> <li class="cat-item cat-item-29"><a href="/category/xml-parsing/">Xml parsing</a> </li> <li class="cat-item cat-item-26"><a href="/category/xml-querying/">Xml querying</a> </li> <li class="cat-item cat-item-30"><a href="/category/xml-transformation/">Xml transformation</a> </li> <li class="cat-item cat-item-25"><a href="/category/xml-validation/">Xml validation</a> </li> </ul> </div></div><div id="acf-recent-posts-widget-1" class="widget widget_acf-recent-posts-widget"><div class="widget-top"><h4>Recent Posts</h4><div class="stripe-line"></div></div> <div class="widget-container"><div class="acf-rpw-block acf-rpw-default"> <ul class="acf-rpw-ul"><li class="acf-rpw-li acf-rpw-clearfix"> <h3 class="acf-rpw-title"><a href="/2020/03/20/how-serious-is-a-car-loan-without-credit-bureau/" rel="bookmark">How To Get Auto Insurance Quotes Without A Credit Check</a></h3> </li><li class="acf-rpw-li acf-rpw-clearfix"> <h3 class="acf-rpw-title"><a href="/2023/09/18/xml-transformation/" rel="bookmark">XML Transformation in the Context of Framework for XML: An Informational Guide</a></h3> </li><li class="acf-rpw-li acf-rpw-clearfix"> <h3 class="acf-rpw-title"><a href="/2023/09/17/xml-parsing/" rel="bookmark">XML Parsing: Framework for XML</a></h3> </li><li class="acf-rpw-li acf-rpw-clearfix"> <h3 class="acf-rpw-title"><a href="/2023/09/16/xml-namespace/" rel="bookmark">XML Namespace: Framework for XML Finance</a></h3> </li><li class="acf-rpw-li acf-rpw-clearfix"> <h3 class="acf-rpw-title"><a href="/2023/09/13/tools-for-xml-validation/" rel="bookmark">Tools for XML Validation: Framework for XML</a></h3> </li><li class="acf-rpw-li acf-rpw-clearfix"> <h3 class="acf-rpw-title"><a href="/2023/09/02/xml-elements/" rel="bookmark">XML Elements in the Framework for XML: Finance</a></h3> </li></ul> </div> </div></div><div id="block-1" class="widget widget_block widget_tag_cloud"><p class="wp-block-tag-cloud"><a href="/tag/credit-check/" class="tag-cloud-link tag-link-12 tag-link-position-1" style="font-size: 8pt;" aria-label="credit check (1 item)">credit check</a></p></div></div> </aside></div> <div class="clear"></div> </div> <footer id="theme-footer"> <div id="footer-widget-area" class="footer-3c"> </div> <div class="clear"></div> </footer> <div class="clear"></div> <div class="footer-bottom"> <div class="container"> <div class="alignright"> </div> <div class="social-icons"> <a class="ttip-none" title="Rss" href="/feed/" target="_blank"><i class="fa fa-rss"></i></a> </div> <div class="alignleft"> </div> <div class="clear"></div> </div> </div> </div> </div> <div id="topcontrol" class="fa fa-angle-up" title="Scroll To Top"></div> <div id="fb-root"></div> <link rel="stylesheet" id="yarppRelatedCss-css" href="/wp-content/plugins/yet-another-related-posts-plugin/style/related.css" type="text/css" media="all"> <script type="text/javascript" id="tie-scripts-js-extra"> /* <![CDATA[ */ var tie = {"mobile_menu_active":"true","mobile_menu_top":"","lightbox_all":"true","lightbox_gallery":"true","woocommerce_lightbox":"","lightbox_skin":"dark","lightbox_thumb":"vertical","lightbox_arrows":"","sticky_sidebar":"1","is_singular":"1","reading_indicator":"","lang_no_results":"No Results","lang_results_found":"Results Found"}; /* ]]> */ </script> <script type="text/javascript" src="/wp-content/themes/sahifa/js/tie-scripts.js" id="tie-scripts-js"></script> <script type="text/javascript" src="/wp-content/themes/sahifa/js/ilightbox.packed.js" id="tie-ilightbox-js"></script> <script type="text/javascript" id="fifu-image-js-js-extra"> /* <![CDATA[ */ var fifuImageVars = {"fifu_lazy":"","fifu_woo_lbox_enabled":"1","fifu_woo_zoom":"inline","fifu_is_product":"","fifu_is_flatsome_active":"","fifu_rest_url":"https:\/\/bungeni.org\/wp-json\/","fifu_nonce":"1be65b1afe"}; /* ]]> */ </script> <script type="text/javascript" src="/wp-content/plugins/featured-image-from-url/includes/html/js/image.js" id="fifu-image-js-js"></script> <script type="text/javascript" src="/wp-content/themes/sahifa/js/search.js" id="tie-search-js"></script> </body> </html>