[oXygen-user] Stringparm Creation

Sorin Ristache
Mon Jun 6 04:55:11 CDT 2005


Dear Raymond,

If you don't want to enter manually the XSLT parameters in the Configure 
parameters dialog, there is only one alternative method:

1. First customize the stylesheet with a new stylesheet that imports it 
and sets the desired parameter values. For example if *original.xsl* 
uses *param1* with the default value *value1* and you want to set the 
value *newValue* you should create a new stylesheet *new.xsl* that only 
sets the new value of the param:

   <xsl:import href="original.xsl"/>
   <xsl:param name="param1" select="newValue"/>

2. Associate the same transformation scenario with *new.xsl* so that it 
is applied on the same input XML document.


Best regards,
Sorin


Raymond wrote:
> Under
> 
> Document | XML Document | Configure Transformation Scenario | Edit | 
> Parameters
> 
> is there a method  to externally create/edit stringparms in lieu of manually 
> entering each property and value in the dialog box?
> 
> Is there a config file where stringparms can be created/edited?
> 
> Raymond
> _______________________________________________
> oXygen-user mailing list
> 
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user



More information about the oXygen-user mailing list