Skip to content

Make reference to XML namespace optional. #2664

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

Closed
wants to merge 2 commits into from

Conversation

schauder
Copy link
Contributor

Not all modules have a XML namespace.
Therefore it is now possible to exclude parts that reference the XML namespace from the documentation

By default the parts referring to the XML namespace are included just as before.
But they will get skipped if the index.adoc of the module defines the attribute include-xml-namespaces as false by including

:include-xml-namespaces: false

Closes #2662
See spring-projects/spring-data-relational#1290

schauder added 2 commits July 21, 2022 15:09
Not all modules have a XML namespace.
Therefore it is now possible to exclude parts that reference the XML namespace from the documentation

By default the parts referring to the XML namespace are included just as before.
But they will get skipped if the `index.adoc` of the module defines the attribute `include-xml-namespaces` as `false` by including

```
:include-xml-namespaces: false
```

Closes #2662
See spring-projects/spring-data-relational#1290
schauder added a commit that referenced this pull request Jul 26, 2022
Not all modules have a XML namespace.
Therefore it is now possible to exclude parts that reference the XML namespace from the documentation

By default the parts referring to the XML namespace are included just as before.
But they will get skipped if the `index.adoc` of the module defines the attribute `include-xml-namespaces` as `false` by including

```
:include-xml-namespaces: false
```

Closes #2662
See spring-projects/spring-data-relational#1290
Original pull request #2664
@schauder
Copy link
Contributor Author

Merged.

@schauder schauder closed this Jul 26, 2022
@schauder schauder deleted the issue/2662-optional-xml-namespaces branch July 26, 2022 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make support of XML namespaces optional in the documentation
1 participant