Local Sub-Templates for XML Publisher
Comments[1]
Posted on February 03, 2010 by Todd Kummer
When building an XML Publisher report, I spend most of my time working with the Word Add On. Since everything is local, it's easy to make a change to the report then test it with the Preview feature. However, if the report includes sub-templates, then there's a small difference in the reference to the sub-template.
Here's what the reference to a sub-template looks like when it's stored on the server:
<?import:psxmlp://ROSO_SUB_TEMPLATE?>
Here's what the local version looks like:
<?import: file:///C:/temp/MySubTemplate.rtf?>
Note that the stored reference uses the Sub Template Id, while the local reference just uses the file name.
Recent Posts
Monday Dec 12, 2011
Eliminate Extra Blank Rows in XMLP Reports
Saturday Feb 26, 2011
Built-in Function BulkInsertField
Thursday Jun 24, 2010
Spicing Up Your Vanilla With a Custom Look & Feel
Wednesday Feb 03, 2010
Local Sub-Templates for XML Publisher
Monday Dec 14, 2009
Generate Excel Spreadsheet from PeopleCode
Checking Query Security via SQL
Monday Nov 02, 2009
Rowset Manual Sort
Monday Oct 26, 2009
Meta-SQL %InsertSelectWithLongs
Tuesday Sep 29, 2009
Set Processing vs Complexity
PeopleTools 8.50 PeopleBooks
Tuesday Sep 08, 2009
Screen Capture Software: Greenshot
Wednesday Sep 02, 2009
Using Maps in PeopleCode
Sunday Aug 23, 2009
Accessing the Run Control from App Engine PeopleCode
Thursday Aug 20, 2009
Rowset Fill Method and the JOIN Keyword
Monday Aug 10, 2009
Select All / Clear All via JavaScript
Monday Aug 03, 2009
Pre-process XML Publisher Reports with XSLT
Friday Sep 12, 2008
Status Monitor Pop Up
Sunday Sep 07, 2008
Approval Workflow Engine (AWE)
Thursday Aug 07, 2008
Posted by John Ewing on April 22, 2010 at 09:39 AM PDT #