Try this in the issue51 directory:
calabash -U org.xmlresolver.Resolver test.xpl
It returns:
SEVERE: com.xmlcalabash.core.XProcException: Error loading schema
Try this in the issue51 directory:
calabash -U org.xmlresolver.Resolver test.xpl
It returns:
SEVERE: com.xmlcalabash.core.XProcException: Error loading schema
| /* EPUB 3 DICT Sample */ | |
| @import url(http://meyerweb.com/eric/tools/css/reset/reset.css); | |
| /* Layout */ | |
| article { | |
| margin:0.5em; | |
| margin-bottom: 2em; | |
| } |
| /* EPUB 3 Index Sample */ | |
| /* Typography */ | |
| body { | |
| font-family: times, serif; | |
| } | |
| h2 { | |
| font-weight: bold; |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <p:declare-step version="1.0" name="test" xmlns:p="http://www.w3.org/ns/xproc" | |
| xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:c="http://www.w3.org/ns/xproc-step" | |
| exclude-inline-prefixes="#all" xpath-version="2.0"> | |
| <p:output port="result"/> | |
| <p:xslt template-name="main"> | |
| <p:input port="source"> | |
| <p:empty/> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <p:declare-step type="px:tokenize" xmlns:p="http://www.w3.org/ns/xproc" | |
| xmlns:c="http://www.w3.org/ns/xproc-step" xmlns:px="http://www.daisy.org/ns/pipeline/xproc" | |
| version="1.0"> | |
| <p:option name="string" required="true"/> | |
| <p:option name="regex" required="true"/> | |
| <p:option name="flags" select="''"/> | |
| <doc>3</doc> | |
| <doc>2</doc> | |
| <doc>1</doc> | |
| <doc>5</doc> | |
| <doc>4</doc> | |
| <doc>6</doc> | |
| <doc>7</doc> | |
| <doc>8</doc> | |
| <doc>9</doc> | |
| <doc>10</doc> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:c="http://www.w3.org/ns/xproc-step" | |
| xmlns:pxf="http://exproc.org/proposed/steps/file" xmlns:pxp="http://exproc.org/proposed/steps" version="1.0"> | |
| <p:output port="result" sequence="true"> | |
| <p:pipe port="result" step="load"/> | |
| <p:pipe port="result" step="http"/> | |
| <p:pipe port="result" step="copy"/> | |
| <p:pipe port="result" step="info"/> | |
| <p:pipe port="result" step="tempfile"/> | |
| <p:pipe port="result" step="zip"/> |
I hereby claim:
To claim this, I am signing this object:
XML Prague is an awesome conference, very well organised and with great talks… but there's one point were it could do better: having a more diverse speaker line up.
For instance in 2017, for the 2nd year in a row, all the speakers of the main track where (white) males. Diversity is not only about having more women presenters, although that would be a good start.
This documents intends to present some thoughts and suggestions for improving the issue. Comments and commits welcome!
(disclaimer: I don't claim to have all the right answers, nor to say that it's an easy endeavor. If you feel this document is useless or otherwise wrong, please comment!)