> For the complete documentation index, see [llms.txt](https://docs.floui.io/guia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.floui.io/guia/conectores/categorias/manipulacao-de-dados/xml.md).

# XML

{% tabs %}
{% tab title="Parâmetros" %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd1whz3InVrp8UcKfQMLO3KfVKjjvWWByyzQ8ks5RrBA3WgNI60BHhJJSfSoK5tXn5hlRhHiMW5XEaB5-G5YQIcucKUDZrcLJ8Vgu4HJ_XkoVr-gJQXi24AGX1m0b4W5KOoBr8fJg?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Parâmetros de configuração</p></figcaption></figure>

| Campo                        | Tipo           | Descrição                                                                                                                                                                                                  |
| ---------------------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Descrição                    | Campo de texto | Descrição visual do conector no editor de fluxo.                                                                                                                                                           |
| Modo                         | Seletor        | <p>Permite selecionar o tipo de conversão, entre:</p><ul><li>XML para Objeto JSON;</li><li>Objeto JSON para XML;</li></ul>                                                                                 |
| Converter valores numéricos? | Seletor        | Disponível quando selecionada a conversão de XML para Objeto JSON. Permite configurar se valores puramente numéricos (sem letras e caracteres especiais) serão convertidos de String para Inteiros ou não. |
| Conteúdo XML                 | Campo de texto | Caminho do conteúdo (XML ou Objeto JSON) a ser convertido.                                                                                                                                                 |
| Output Path                  | Campo de texto | Refere-se ao caminho de saída do conteúdo convertido no contexto de execução do conector.                                                                                                                  |
| {% endtab %}                 |                |                                                                                                                                                                                                            |

{% tab title="Payload" %}

## Sucesso

Ao realizar a conversão com sucesso o conteúdo estará disponibilizado na saída especificada no conector.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdPAyZ_ml1B78k4CBBWnQtiobF4MF8x9lhZm0lGWDs46YvDEMQbkgheN00D8qU7mBPQ5iL94JJ8__vivE3F26hrJCCA5lSsTQJUdoChZuxO-erWqPSOpVy0hMb1mQ0GkQd7cvux0Q?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Exemplo de conversão de XML para Objeto JSON</p></figcaption></figure>

Exemplo da conversão inversa, de Objeto JSON para XML:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXda07ImA8KWdUM209jUwaXdEV80wP6x3Jyl93ZpdUhXzfguGu9eMplpG4_JRUTtvBP5SOXu53ozXkHLez8cHlAk7qpib9l4E9SjNXByi_5eWKV64YvYb9M61zsHujtUfOa8nw5oBg?key=yLogrgEbXy0K_a4zmB9ApgKO" alt=""><figcaption><p>Exemplo de conversão de Objeto JSON para XML</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.floui.io/guia/conectores/categorias/manipulacao-de-dados/xml.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
