You are here: XML > XMLNamespaceDeclarer

XMLNamespaceDeclarer

Declares missing namespaces in XML documents by matching prefixes from another sample XML file whose namespaces are fully declared.

Input Ports

Output Ports

Parameters

XML Input

XML Output

Pretty Printing

Example

<root>

<f:element1>

<f:element2> some text </f:element2>

<f:element3> some text </f:element3>

</f:element1>

</root>

and the sample XML file:

<root>

<f:element1 xmlns:f="http://www.w3schools.com/example">

<f:element2 xmlns:f=" http://www.w3schools.com/example"> some text </f:element2>

<f:element3 xmlns:f=" http://www.w3schools.com/example"> some text </f:element3>

</f:element1>

</root>

the output will look like this:

<root>

<f:element1 xmlns:f="http://www.w3schools.com/example">

<f:element2> some text </f:element2>

<f:element3> some text </f:element3>

</f:element1>

</root>

Editing Transformer Parameters

Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace. More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers. To access a menu of these options, click beside the applicable parameter. For more information, see Transformer Parameter Menu Options.

Transformer Categories

XML

Search FME Knowledge Center

Search for samples and information about this transformer on the FME Knowledge Center.