---
title: "Deprecation: #83083 - GeneralUtility::llXmlAutoFileName()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-83083"
source: "Changelog/9.0/Deprecation-83083-GeneralUtilityllXmlAutoFileName.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #83083 - GeneralUtility::llXmlAutoFileName()

See [forge#83083](https://forge.typo3.org/issues/83083)

## Description

The method `GeneralUtility::llXmlAutoFileName()`, which detects a XLF/XML translation file, has been moved into
AbstractXmlParser, as the functionality is solely used in there, and the code belongs in this area.

## Impact

Calling the method will trigger a deprecation warning.

## Affected Installations

Any TYPO3 instance with an extension using the method directly.

## Migration

If necessary, use the XmlParser functionality, or implement the code directly in your own extension.
