eddex / xml-website

A web project based on XML technologies

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A web project based on XML technologies

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

License:MIT License


Languages

Language:XSLT 44.7%Language:PHP 43.8%Language:JavaScript 8.9%Language:CSS 1.9%Language:HTML 0.7%