You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "J.Pietschmann" <j3...@yahoo.de> on 2002/10/25 22:46:58 UTC

Re: "if property 'hyphenate' is used, a language must be specified"

xavier gibouin wrote:
> Hi
>  
> it is a xsl question
>  
> i would like to import in a xsl file all xsl files of a directory :
>  
>  
> <xsl:import href="./*.xsl"/>

Not this way, usually. You might want to read the XSLT spec,
which says the href attribute value has to be an URL, and get
some background about URLs, the spec is at
  http://www.rfc-editor.org/rfc/rfc2396.txt

Please ask pure XSLT questions on the XSL list:
  http://www.mulberrytech.com/xsl/xsl-list/


J.Pietschmann