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: [docbook-apps]xslt2.0 docbook.xsl stylesheet problem


Hi all,

I was trying to convert one of my docbook xml file into html format using docbook xslt 2.0 docbook.xsl stylesheet located at https://github.com/docbook/xslt20-stylesheets/tree/master/xslt/base/html

When I try to compile it using saxon-he it gives an error mentioning that 

"URIResolver.resolve href="" base="file:/C:/docbook/20tute/../xslt20/xsl
t/base/html/docbook.xsl"
Error at xsl:include on line 15 column 34 of docbook.xsl:
  XTSE0165: I/O error reported by XML parser processing
  file:/C:/docbook/xslt20/xslt/base/html/param.xsl:
  C:\docbook\xslt20\xslt\base\html\param.xsl (The system cannot find the file sp
ecified)"

Then I looked into the docbook.xsl and there is an include :
 <xsl:include href="">

But in the folder there is not a param.xsl file. Instead of that there is a param.xml file.

I think problem is with that param.xsl file missing. How can I find that file?

--
Regards

W.Dimuthu Upeksha
Undergraduate

Department of Computer Science And Engineering

University of Moratuwa, Sri Lanka



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