Text to XML Converter
Convert various text formats to XML with customizable structure and formatting options
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/text-to-xml
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| textInput | textarea | Oui | - |
| inputFormat | select | Oui | - |
| rootElement | text | Non | - |
| rowElement | text | Non | - |
| includeDeclaration | checkbox | Non | - |
| includeAttributes | checkbox | Non | - |
| attributeName | text | Non | - |
| cdataSections | checkbox | Non | - |
| escapeSpecialChars | checkbox | Non | - |
| prettyPrint | checkbox | Non | - |
| indentSize | number | Non | - |
| showStats | checkbox | Non | - |
Format de réponse
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Texte:
Texte
Documentation de MCP
Ajoutez cet outil à votre configuration de serveur 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"
}
}
}
Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.
Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]