replacing a variable in XML file

Questions about XML that are not covered by the other forums should go here.
adrian
Posts: 2898
Joined: Tue May 17, 2005 4:01 pm

Re: replacing a variable in XML file

Post by adrian »

Hi,

If you're referring to a variable in an XSL file, Oxygen provides some specialized helpers for renaming
variables (and other components). Click/position the text caret in the editor on the variable name (or variable reference) to highlight it. When a variable (or other component) is highlighted, a light-bulb appears on the left stripe. You can either click the light bulb or use the Alt+1 shortcut to invoke the Quick Assist proposals. You can then use either Rename component in... (works on master files) or Rename component (Alt+Shift+R) (works only on current file).
If you only need to do this within the current file you can use directly the Rename component shortcut key, Alt+Shift+R.
Oxygen XML Editor - Quick Assist and Quick Fix Support

If you just need simple find/replace operations on text you can use the Find > Find/Replace (Ctrl+F) dialog.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
adrian
Posts: 2898
Joined: Tue May 17, 2005 4:01 pm

Re: replacing a variable in XML file

Post by adrian »

Hi,

There are no variables in XML, only in XSL. Maybe you're thinking of entities?
Could you please provide an example of what you call a "variable in an XML file"?

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply