dgarijo / Widoco

Wizard for documenting ontologies. WIDOCO is a step by step generator of HTML templates with the documentation of your ontology. It uses the LODE environment to create part of the template.
Apache License 2.0
288 stars 88 forks source link

Fix parsing of LODE swrl rules #652

Closed vChavezB closed 10 months ago

vChavezB commented 10 months ago

The output of the XLST transformation for SWRL rules does not provide an hlist div element. Instead each rule is provide as a class entity. Fixes #651

I am open for suggestions or improvements. As mentioned in https://github.com/dgarijo/Widoco/issues/651#issuecomment-1848435515 there is still a bug as the first rule returns "null" in the html generation.

vChavezB commented 10 months ago

I will close this PR, as I found a better way to solve this directly with the XSLT format. See #654