Giter Site home page Giter Site logo

eddex / xml-website Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 517 KB

A web project based on XML technologies

Home Page: https://eddex.github.io/xml-website/src/

License: MIT License

HTML 0.73% XSLT 44.65% CSS 1.89% JavaScript 8.95% PHP 43.79%
hslu xml xslt xpath

xml-website's Introduction

xml-website

A web project based on XML technologies

problems, solutions & usefull stuff

my xsd desn't work :(

  • make sure you use a good IDE.
  • Atom, Sublime, VS Code etc. are cool but are horrible at validating XSDs
  • use IntelliJ, NetBeans or another IDE with proper XML/XSD/XSLT/FO/SVG validation

FO-XML namespace not found in IntelliJ

  1. download XML schema XSL:FO
  2. in IntelliJ go to File > Settings > Languages & Frameworks > Schemas & DTDs
  3. Add new External Schema with URI http://www.w3.org/1999/XSL/Format and the XSL:FO schema from step 1

error or empty page when opened in the browser

  • do not use a browser that has the METAMASK extension installed, otherwise everything crashes and you will be reconsidering all the choices you have taken in your life ¯\(ツ)

how to access other XML files in XSLT

how to use glyphicons

git pull with merge conflicts 😱

  • git pull results in error: Failed to merge in the changes.
  • run git mergetool (if you have configured a merge tool, it will open with the next merge conflict. Otherwise it wil open the merge tool in your console.)
  • resolve the merge conflict.
  • save the file and close the merge tool
  • run git rebase --continue
  • if another conflict occurrs, open the merge tool again
  • if you don't have any other errors, your're ready to push your changes.

open source software

xml-website's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

xml-website's Issues

Firefox doesn't like cookies

Firefox doesn't recognize document.cookie in style.js
reading and writing cookies works without problems in other browsers (Chrome, IE)

TypeError: document.cookie is undefined[Learn More] style.js:11:7 restoreStyle http://localhost:63342/xml-website/src/frontend/js/style.js:11:7 onload http://localhost:63342/xml-website/src/frontend/:1:1

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.