Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Smooks v1.4
-
Component/s: EDI
-
Labels:None
-
Number of attachments :
Description
I generated a model for INVOIC and it contained xmlTag attribute values that contained commas, which are not allowed in element names.
Added regex "[^\\w\\.]" to replace all characters not satifying the matches() method.
The code is located in a new class called XmlTagEncoder.