A process of keeping a particular fragment from entity while replacing the rest of it.
Questions tagged [preserve]
136 questions
2
votes
1 answer
Preserve xml encoding XSLT
I have written an XSLT to process some set of XMLs.
XSLT is processing fine, but these XMLs are having different set of encoding. Currently I am using output tag as shown:
But…

pankaj_ar
- 757
- 2
- 10
- 33
2
votes
0 answers
IE9-11 detecting transform-style: preserve-3d
I made a 3d sort of menu for a project and naturally IE is causing problems, because IE10+, even though 3d-transforms work, does not support transform-style: preserve-3d. I tried the workaround methods, by applying transforms to each child element…

tricon
- 313
- 4
- 18
2
votes
0 answers
wpf, Set Button "preserve" on a Style
Given this for a single button:
How does one set this for all buttons as a Style?