We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
layout.xml:
layout.xml
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en"> <Record element="data"> <PlaceObject> <Textblock> <Paragraph> <Value select="."></Value> </Paragraph> </Textblock> </PlaceObject> </Record> </Layout>
data.xml:
data.xml
<?xml version="1.0" encoding="UTF-8"?> <data> <ol> <li>A</li> <li> <ul> <li> <ul> <li>B</li> </ul> </li> </ul> </li> </ol> </data>
Gives numbering
1. A • 2. • B
expected
1. A 2. • • B
The text was updated successfully, but these errors were encountered:
a8cdf2a
pgundlach
No branches or pull requests
layout.xml
:data.xml
:Gives numbering
expected
The text was updated successfully, but these errors were encountered: