A web project based on XML technologies
- 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
- download XML schema XSL:FO
- in IntelliJ go to File > Settings > Languages & Frameworks > Schemas & DTDs
- Add new External Schema with URI http://www.w3.org/1999/XSL/Format and the XSL:FO schema from step 1
- 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 ¯\(ツ)/¯
- use a constant XSLT variable: xml.com
- same thing but different: techrepublic.com
git pull
results inerror: 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.