OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: epub3


Latest stylesheets, db5 source, single file.

The readme says

xsltproc \
--stringparam base.dir ebook1/OEBPS/ \
epub3/chunk.xsl \
mybook.xml

I tried, with a source file tmp.xml, having created ./ebook and ./ebook/OEBPS.

Having run the transform, I see

$ tree ebook
ebook
├── OEBPS
│ ├── bk01-toc.xhtml
│ ├── ch01s02.xhtml
│ ├── ch01.xhtml
│ ├── docbook-epub.css
│ └── index.xhtml
├── OEBPS..
│ ├── META-INF
│ │ └── container.xml
│ └── mimetype
├── OEBPSpackage.opf
└── OEBPStoc.ncx

3 directories, 9 files


I.e. rather than adding files to ./ebook, ?? has created ./ebook/..OEBPS which
may be an attempt to write files to the parent?

I'm on Linux. Is this an oddity? a feature of xsltproc? Something else?
suggestions please


DaveP


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]