I have a XML and its corresponding XSLT to generate a desired HTML. How can I apply these styles to the XML when it is imported in XPP?
Thanks in advance.
I have a XML and its corresponding XSLT to generate a desired HTML. How can I apply these styles to the XML when it is imported in XPP?
Thanks in advance.
I totally agree with what Chris said.
Just one little remark: I would not start a new project using the XPP WebServices.
I would go for the new XPP REST API.
WebServices is the old way of talking to your XPP system.
XPP REST API is the new and more lightweight way of talking to your XPP system.
Both offer more or less the same possibilities but REST is the way forward!
Devayani,
One final thought (and then I will shut up...):
if your desired output is both PDF and HTML, then I personally would choose to transform the XML into (an enriched flavor?) HTML before you enter the XPP system.
This will make sure you solve (and catch) all problems at import time and that you can be 100% confident that the PDF and HTML match.