-
Notifications
You must be signed in to change notification settings - Fork 2
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
Empty result for HTML entities processing in yaml2text #826
Labels
bug
Something isn't working
Comments
Ugh. The preprocessing that converts HTML entities into XML entities is likely happening before the preprocessing that reads in these YAML files. If so, moving it later will address this. |
Sure enough:
|
opoudjis
added a commit
that referenced
this issue
Nov 12, 2023
I can't test this, so I'm asking you to, @Intelligent2013 |
4 tasks
@opoudjis it's working as expected now. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source issue: https://github.com/metanorma/pdfa-iso-32000-2/issues/4#issuecomment-1804659727
If the yaml file contains HTML entities like
Α
, then the Presentation XML doesn't contain any character.In the sample document document.zip:
yaml2text
- renders okyaml2text
, the entitiesΑ
and↔
are using - empty resultyaml2text
, the entitiesΑ
and↔
are using - renders oktable.yaml
:The output Presentation XML:
Resulted PDF:
The text was updated successfully, but these errors were encountered: