Skip to content

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

Description

@GoogleCodeExporter
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 dogcatb...@gmail.com on 26 Nov 2012 at 5:27

Attachments:

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions