Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
By @dr0i

Co-authored-by: Pascal Christoph <christoph@hbz-nrw.de>
  • Loading branch information
TobiasNx and dr0i authored Oct 17, 2024
1 parent e6a86b4 commit c69e894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
* @author Markus Michael Geipel
*
*/
@Description("A generic xml reader. Separates XML data in distrinct records with the defined record tag name (default: `recordtagname=\"record\"`)" +
@Description("A generic XML reader. Separates XML data in distinct records with the defined record tag name (default: `recordtagname=\"record\"`)" +
"If no matching record tag is found, the output will be empty." +
"The handler breaks down XML elements with simple string values and optional attributes" +
"into entities with a value subfield (name configurable) and additional subfields for each attribute." +
"Record tag and value tag names can be configured, also attributes can get get an attributeMarker.")
"Record tag and value tag names can be configured. Attributes can get an attributeMarker.")
@In(XmlReceiver.class)
@Out(StreamReceiver.class)
@FluxCommand("handle-generic-xml")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @author Christoph Böhme
*
*/
@Description("Encodes a stream as xml. Defaults: `rootTag=\"records\"`, `recordTag=\"record\"`, no attributeMarker.")
@Description("Encodes a stream as XML. Defaults: `rootTag=\"records\"`, `recordTag=\"record\"`, no attributeMarker.")
@In(StreamReceiver.class)
@Out(String.class)
@FluxCommand("stream-to-xml")
Expand Down

0 comments on commit c69e894

Please sign in to comment.