Text to XML Converter
Convert various text formats to XML with customizable structure and formatting options
Документация API
Конечная точка запроса
POST /ru/api/tools/text-to-xml
Параметры запроса
| Имя параметра | Тип | Обязательно | Описание |
|---|---|---|---|
| textInput | textarea | Да | - |
| inputFormat | select | Да | - |
| rootElement | text | Нет | - |
| rowElement | text | Нет | - |
| includeDeclaration | checkbox | Нет | - |
| includeAttributes | checkbox | Нет | - |
| attributeName | text | Нет | - |
| cdataSections | checkbox | Нет | - |
| escapeSpecialChars | checkbox | Нет | - |
| prettyPrint | checkbox | Нет | - |
| indentSize | number | Нет | - |
| showStats | checkbox | Нет | - |
Формат ответа
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Текст:
Текст
Документация MCP
Добавьте этот инструмент к конфигурации сервера MCP:
{
"mcpServers": {
"elysiatools-text-to-xml": {
"name": "text-to-xml",
"description": "Convert various text formats to XML with customizable structure and formatting options",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-to-xml",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Вы можете объединять несколько инструментов, например: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, максимум 20 инструментов.
Если вы столкнулись с проблемами, пожалуйста, свяжитесь с нами по адресу [email protected]