Apache-MimeXML
view release on metacpan or search on metacpan
Allows you to set the mime type for XML files:
PerlSetVar XMLMimeType application/xml
That changes the mime type from the default text/xml to
application/xml. You can use this on a per-directory basis.
=head2 XMLUtf16EncodingBE
Allows you to set the encoding of big-endian (read: normal)
utf 16 (unicode) documents. The default is 'utf-16'
PerlSetVar XMLUtf16EncodingBE utf-16-be
=head2 XMLUtf16EncodingLE
Allows you to set the encoding of little-endian utf-16
encoded documents. The default is 'utf-16-le'
PerlSetVar XMLUtf16EncodingLE utf-16-wierd
Allows you to set the mime type for XML files:
PerlSetVar XMLMimeType application/xml
That changes the mime type from the default text/xml to
application/xml. You can use this on a per-directory basis.
XMLUtf16EncodingBE
Allows you to set the encoding of big-endian (read: normal) utf
16 (unicode) documents. The default is 'utf-16'
PerlSetVar XMLUtf16EncodingBE utf-16-be
XMLUtf16EncodingLE
Allows you to set the encoding of little-endian utf-16 encoded
documents. The default is 'utf-16-le'
PerlSetVar XMLUtf16EncodingLE utf-16-wierd
( run in 0.367 second using v1.01-cache-2.11-cpan-88abd93f124 )