[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[wml] wml::fmt::sdf



Hi,

ich habe ein kleines Problem mit wml: Laut Doku muesste aus folgendem
Code

| #use wml::fmt::sdf
| <sdf notypo>
| H1: Headline1
|
| Foo
|
| H2: Headline 1.1
|
| Bar
|  * Baz
|    - Foobar
|    - Quux
|   * Foo
| </sdf>
| </html>

sowas werden:

| <html>
| <H1><A NAME="Headline1">1. Headline1</A></H1>
| <P>Foo</P>
| <H2><A NAME="Headline 1.1">1.1. Headline 1.1</A></H2>
| <P>Bar</P>
| <UL>
| <LI>Baz<UL>
| <LI>Foobar
| <LI>Quux</UL>
| <LI>Foo</UL>
| </html>

Das funktioniert aber leider nicht:

| $ wml test.wml
| 
| ePerl:Error: Perl runtime error (interpreter rc=1)
|
| ---- Contents of STDERR channel: ---------
| ** wml::fmt::sdf: external filter `sdf' not found
| ------------------------------------------
| ** WML:Break: Error in Pass 3 (rc=74).

Kann mir jemand sagen was ich falsch mache? Danke!

Janto

-- 
It's naive to assume that just installing a firewall is going to protect
you from all potential security threat. That assumption creates a false
sense of security, and having a false sense of security is worse than having
no security at all.  - Kevin Mitnick

Attachment: pgpqutWI2SLZ5.pgp
Description: PGP signature


Reply to: