Click here to Skip to main content
15,886,199 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: communicating with Mainframe systems using .net architecture Pin
Richard MacCutchan20-Jan-10 23:18
mveRichard MacCutchan20-Jan-10 23:18 
GeneralRe: communicating with Mainframe systems using .net architecture Pin
ddecoy21-Jan-10 5:06
ddecoy21-Jan-10 5:06 
QuestionScreenshot with windows service Pin
Stevie20-Jan-10 11:17
Stevie20-Jan-10 11:17 
AnswerRe: Screenshot with windows service Pin
Mark Salsbery20-Jan-10 21:12
Mark Salsbery20-Jan-10 21:12 
QuestionControl Customization via XML Pin
michael_jhons19-Jan-10 21:38
michael_jhons19-Jan-10 21:38 
AnswerRe: Control Customization via XML Pin
Estys20-Jan-10 0:06
Estys20-Jan-10 0:06 
GeneralRe: Control Customization via XML Pin
michael_jhons20-Jan-10 21:04
michael_jhons20-Jan-10 21:04 
GeneralRe: Control Customization via XML Pin
Estys21-Jan-10 0:10
Estys21-Jan-10 0:10 
Sure, you could write the parsing and interpreting of the XML yourself (C# whatever) and incorporate it in your application.
However XSLT is specific to XML input so it's a natural candidate if you want to generate HTML on the fly.

The example I sent you uses a pattern.
If your pages do not exhibit such patterns it will become harder to customize using XML.

michael_jhons wrote:
the controls of the presentation layer should be loaded and customized via an XML file


That's kind of an unbounded requirement.
What must be customized?? Position? Colour? Size?
Maybe just stylesheets will do the trick for you.
Dependent on the actual requirements you can make a choice how your solution will look like.
GeneralRe: Control Customization via XML Pin
michael_jhons21-Jan-10 3:00
michael_jhons21-Jan-10 3:00 
GeneralRe: Control Customization via XML Pin
Estys21-Jan-10 7:37
Estys21-Jan-10 7:37 
GeneralRe: Control Customization via XML Pin
michael_jhons26-Jan-10 8:06
michael_jhons26-Jan-10 8:06 
GeneralRe: Control Customization via XML Pin
michael_jhons27-Jan-10 11:36
michael_jhons27-Jan-10 11:36 
QuestionSpecifying the xml deserialization order Pin
Mehdi_S18-Jan-10 23:32
Mehdi_S18-Jan-10 23:32 
AnswerRe: Specifying the xml deserialization order Pin
Eddy Vluggen19-Jan-10 4:03
professionalEddy Vluggen19-Jan-10 4:03 
GeneralRe: Specifying the xml deserialization order Pin
Mehdi_S19-Jan-10 5:04
Mehdi_S19-Jan-10 5:04 
GeneralRe: Specifying the xml deserialization order Pin
Eddy Vluggen19-Jan-10 9:27
professionalEddy Vluggen19-Jan-10 9:27 
QuestionLoad methods from dll dynamically in application Pin
pdnet18-Jan-10 18:21
pdnet18-Jan-10 18:21 
AnswerRe: Load methods from dll dynamically in application Pin
Estys18-Jan-10 23:56
Estys18-Jan-10 23:56 
GeneralRe: Load methods from dll dynamically in application Pin
pdnet19-Jan-10 2:20
pdnet19-Jan-10 2:20 
GeneralRe: Load methods from dll dynamically in application [modified] Pin
Estys19-Jan-10 2:56
Estys19-Jan-10 2:56 
QuestionAddon framework Pin
Adriaan Davel17-Jan-10 23:38
Adriaan Davel17-Jan-10 23:38 
AnswerRe: Addon framework Pin
Not Active18-Jan-10 2:01
mentorNot Active18-Jan-10 2:01 
GeneralRe: Addon framework Pin
Adriaan Davel18-Jan-10 3:02
Adriaan Davel18-Jan-10 3:02 
GeneralRe: Addon framework Pin
Not Active18-Jan-10 5:36
mentorNot Active18-Jan-10 5:36 
AnswerRe: Addon framework Pin
Pete O'Hanlon18-Jan-10 3:06
mvePete O'Hanlon18-Jan-10 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.