Here are some simple methods to help you solve the problem of applying xsl to xml stylesheet error.
This question has been removed.
There is no answer to this question.

Posted on 4/19/2010 9:08 AM
Hello
The problem occurs after installing SPS 21 on the portal:
The content administrator tries to post new news to the portal, but receives the following error message:
Error applying XSL stylesheet to XML:
com.sapportals.wcm.WcmException: com.sap.engine.lib.xml.util.NestedException: $ system_config_activateClipboard variable was not boundto the valueat com.sapportals.wcm.service.pipeline.Pipeline.handle (Pipeline.java:284)
Hope someone can help me.
Thanks in advance.
Hello
Edwin
- Add comment
-
Best answer
This answer has been deleted.
This answer has not been deleted.
Posted April 19, 2010 9:13 AM p>
Hi Edwin
To resolve this issue, you need to recompile the XML Forms project. Unfortunately, there is no workaround in such a scenario.
Hello
Lorcan.
-
add comment
- Alarm Moderator
- Share
-
This answer has been deleted.
This answer has not been deleted.

Posted April 19, 2010 10:11 AM
Hello Lorcan
You are helping to solve our problem, thank you very much.
After creating an existing XML project using the form designer in Content Management
The content administrator can create a new news story without errors.
Hi Edwin
Posts: 123
Registered: 29.11.04
Forum Points: 346
Problem solved (10)
Very helpful answer (6)
Helpful answer (2)
Topic: Error Applying XSL Stylesheet to XML
Posted on Apr 19, 2010 11:13 am in response to Edwin Theun’s answer
Hi Edwin
To solve problems will need to recompile the XML Forms project. Unfortunately, there is no workaround in such a scenario.
Hello
Lorcan.
-
add comment
This answer has been deleted.
This answer has not been deleted.

Posted April 19, 2010 10:12 AM
The question will be answered
-
How do I link XML to XSL?
Transform XSLT from XML- Open the XML document in an XML editor.
- Assign an XSLT stylesheet to the XML document. Add a statement to process XML style sheets in an XML document.
- On the menu bar, choose XML> Start XSLT Without Debugging. Or press Ctrl Alt F5.
How do I open an XSL stylesheet?
- Select File> Open.
- In the Open dialog box, select the XSL file and click Open. The file extension must be. XSL. The selected file opens in the XSL editor, and the XSL editor menu appears on the menu bar.
How XML is compatible with CSS and XSL?
However, CSS is just a formatting language – it adds style properties to elements in the original document. Using XSL on the server to transform XML data into HTML documents using CSS style sheets. This has the advantage of being backward compatible with a large installed base of user agents.