namazu-users-en
[Top] [All Lists]

[Namazu-users-en] Re: Indexing XSL files?

2007-10-21 16:51:36
On Tue, Oct 09, 2007 at 01:41:36AM +0900,
 Tadamasa Teranishi <yw3t-trns(_at_)asahi-net(_dot_)or(_dot_)jp> wrote 
 a message of 49 lines which said:

1/4 - /home/stephane/Blog/schemas/common-latex.xsl Unsupported media type 
(application/x-tex) skipped.
x

Please show the head of the file. 

% head -n 10 common-latex.xsl
<?xml version='1.0' encoding="iso-8859-1"?>
<!DOCTYPE stylesheet [
<!ENTITY newln "&#xA;">
]>
<!-- TODO: produce LaTeX (for PDF and printing) -->
<!-- TODO: escape characters like the $ which are special for LaTeX -->
<!-- TODO: escape sequences like &#339; because the & is special for LaTeX -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
  xmlns:str="http://exslt.org/strings";
  xmlns:tolatex="http://www.bortzmeyer.org/xmlns/tolatex";

As you see, not LaTeX or TeX, despite its name. Pure XML.

Please change the file name of the file and try. 
The result must be equal. 

Indeed:

1/1 - /home/stephane/Blog/schemas/common-something.xsl Unsupported media type 
(application/x-tex) skipped.

It is likely not to stand in the post even if XSL is processed as
"text/plain".  If it wants to correspond to XSL, it is necessary to
make the XSL filter.

A regular XML filter would be enough for me. How to tell Namazu to use
it?

_______________________________________________
Namazu-users-en mailing list
Namazu-users-en(_at_)namazu(_dot_)org
http://www.namazu.org/cgi-bin/mailman/listinfo/namazu-users-en

<Prev in Thread] Current Thread [Next in Thread>