Giter Site home page Giter Site logo

jg.techlearning.xml's Introduction

Laboratories @ West Pomeranian University of Technology regarding XML language

  • XML stands for eXtensible Markup Language, it was designed to store and transport data
  • XSD can be used to express a set of rules to which an XML document must conform in order to be considered "valid" according to that schema
  • XSLT (Extensible Stylesheet Language Transformations) is a language for transforming XML documents into other XML(or other) documents
  • XPath uses path expressions to select nodes or node-sets in an XML document
  • XSL-FO is a markup language for XML document formatting that is most often used to generate PDF files
  • Apache Fop is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output (e.g pdf)
  • DOM is a W3C standard. It describes the way to access XML/HTML(read,update,insert,delete). It specifies an interface which need to be met(objects, methods and properties).
  • XMLHttpRequest is a parser(but also a HTTP client), which has ability to transform XML file into XML DOM object. Modern browsers have it built-in.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.