Skip to content
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

What about other children of the li? What about multiple children? #1

Open
GoogleCodeExporter opened this issue Apr 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a XHTML file with ol li ol li etc structure
2. Run the XSLT script on the XHTML file

The html:
<ol>
<li>123</li>
<li>12345</li>
<li>123567
    <ol>
        <li>123</li>
        <li>12345</li>
        <li>123567
    </ol>
</li>
</ol>


What is the expected output? What do you see instead?
<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/article%3aol level 
0">
<CharacterStyleRange AppliedCharacterStyle="CharacterStyle/$ID/[No character 
style]">
    <Content>123</Content>
    <Br/>
    <Content>12345</Content>
    <Br/>
    <Content>123567</Content>
    <Br/>
</CharacterStyleRange>
</ParagraphStyleRange>
<ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/article%3aol level 
1">
<CharacterStyleRange AppliedCharacterStyle="CharacterStyle/$ID/[No character 
style]">
        <Content>123</Content>
    <Br/>
    <Content>12345</Content>
    <Br/>
    <Content>123567</Content>
    <Br/>
</CharacterStyleRange>
</ParagraphStyleRange>
What version of the product are you using? On what operating system?
Modified version of tkbr2icml-v044.xsl

Please provide any additional information below.
xHTML is being created via a text editor similar to what is being done with 
this project, then feed into the attached script to produce an XML file. Then 
it is being automatically placed into an IDML file, not a ICML file. We are 
having issues with List and images because they need to be placed in the spread 
file.

Original issue reported on code.google.com by [email protected] on 26 Nov 2012 at 5:27

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant