Link to home
Start Free TrialLog in
Avatar of kuriti_mohan
kuriti_mohan

asked on

xml&xsl

How can i apply an extended style sheet file to an xml file.
ASKER CERTIFIED SOLUTION
Avatar of jlee348466
jlee348466

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kuriti_mohan
kuriti_mohan

ASKER

thank u for ur answer. I have to apply the xsl to the xml and view the result programmatically from vc++. Can u help me in this.
are you creating an interpretor in VC++ that combines the xml and xsl and returns the resulting styled xml? or a much simplier answer of placing a browser control on a form and displaying the results in a control on a form.
if the first one. then you need to iterate through each styling tag and filter out conditions in the xml or add the style in depending on the condition.
thank u.