I think, the experience fragment will not work if it is not under the parsys node. you must dynamically find the parsys node and add child node as experience fragment node then it should work.You need to write java code that finds out parsys and using addNode method add experience fragment node. the...