Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support x:document inside x:option #57

Open
bertfrees opened this issue Mar 2, 2017 · 0 comments
Open

Support x:document inside x:option #57

bertfrees opened this issue Mar 2, 2017 · 0 comments
Assignees
Labels

Comments

@bertfrees
Copy link
Member

for options that are annotated with px:type="anyFileURI" in the Pipeline.

Instead of

<x:option name="tts-config" select="resolve-uri('../resources/tts-config.xml')"/>

you would be able to do

<x:option name="tts-config">
   <x:document type="inline">
      <config>
         <property key="..." value=""/>
      </config>
   </x:document>
</x:option>

In addition, if x:document (or x:data?) would support non-XML data, instead of

<x:option name="stylesheet" select="resolve-uri('../resources/braille.scss')"/>

you could do

<x:option name="stylesheet">
   <x:document type="file" select="../resources/braille.css"/>
</x:option>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants