Adding table logic to DocBook reader #10178
lifeunleaded
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Added #10181 for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the introduction of table custom styles in the docx writer, I'd like to add parsing of the
tabstyle
attribute in the DocBook reader. While I'm at it, I'd like to also add parsing ofid
andclass
(which for tables is an XML attribute in the Docbook schema).I've got working code (changing
parseTable
to usetableWith
in the DocBook reader), but as per the contribution guidelines, I'm submitting the idea for scrutiny first before adding tests and writing a pull request.Any opinions?
Beta Was this translation helpful? Give feedback.
All reactions