Forum Discussion
15 Replies
- alchemizContributor III
- darshthakkarValued Contributor
@alchemiz: This should work for generating html files as well, right?
- darshthakkarValued Contributor
While I appended some tags as seen in the snap below, I wanted them to function like native html tags however it is just printing them:
As per my understanding, a href =" "> should have been hyperlinked to ClickMe and
should have brought the remaining text to the next line. Any suggestions would be really appreciated.Regards,
DT
- darshthakkarValued Contributor
Values inside tags like
< >, etccan not be ingested into XML Generator without any customization. By default, those values will be converted to snapLogic’s predefined symbols which can be found in the below 2 links:
Link 1
Link 2I went with a different route for my development so the concern I was having has been resolved. Instead of passing those values inside
< >(native html tags) inside an XML generator, I defined the html format in mapper/file writer itself so the format took care of the required output. Remember, the file name should be .html (if the use case is to generate html files; the format could be different as per the use case) to see these changes happening.The suggestions/solution given above on this thread may work, I haven’t tried it and there is another thread discussing the same: Similar Thread_1
Signing off from this thread!