$ >conftest.xml
$ xmlto --skip-validation txt conftest.xml
/tmp/conftest.xml:1: parser error : Document is empty
^
/tmp/conftest.xml:1: parser error : Start tag expected, '<' not found
^
unable to parse /tmp/conftest.xml
w3m: Can't load /tmp/xmlto.897OOM/conftest.proc.
$
in the configure output? I don't.xmlto cannot generate text format, this format skipped
#!/bin/sh
cat > conftest.xml << "EOF"
EOF
if test "yes" = yes; then
  if xmlto --skip-validation txt conftest.xml ; then
  have_xmlto_text=yes
  echo $?
else
  { echo "$as_me:$LINENO: WARNING: xmlto cannot generate text format, this format skipped"
    echo "$as_me: WARNING: xmlto cannot generate text format, this format skipped";}
fi
fi
Attachment:
signature.asc
Description: This is a digitally signed message part