Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support transformation schema for XML #549

Merged
merged 13 commits into from
Nov 14, 2022
Prev Previous commit
Next Next commit
Update schema doc for XML Transformer
  • Loading branch information
RVRhub committed Nov 10, 2022
commit 8867be5b25226f1fbe0c33810f4542256ded4aa1
2 changes: 1 addition & 1 deletion docs/documentation/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ XML transformation could be build with help of `new XmlTransformer.XmlTransforme
### Elements and attributes

In case you want to generate XML, Datafaker provides a facility to build XML elements and
attributes using randomly generated data in the following way:
attributes using XmlTransformer and randomly generated data in the following way:

=== "Java"

Expand Down