|
Subject: Re: [xsl] How to create an XML/XSLT web application using Spring Boot: a step-by-step guide From: "Roger L Costello costello@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Thu, 16 Apr 2026 11:18:14 -0000 |
Hi Martin,
Good question.
The Map<String,String> example was just a simple Spring Boot demonstration and
not intended to represent anything related to XSLT or result documents. It was
included to demonstrate how an endpoint works and how a request maps to a
response.
That said, your question made me realize my example could be misleading in
this context. Ibve updated the example so that it returns XML instead, which
is more consistent with the rest of the paper. The revised version is:
@GetMapping("/hello")
public String hello() {
return "<message>Spring Boot is working!</message>";
}
Thanks for pointing that outbitbs a helpful improvement.
Regarding your suggestion about hosting the guides online: thatbs a good
idea. For now, Ibve just been sharing them directly with anyone whobs
interested. I donbt currently have a place set up to publish them, and
Ibve been trying to keep things simple and focused on the writing itself.
Best,
Roger
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] How to create an XML/XSLT, Martin Honnen martin | Thread | Re: [xsl] How to create an XML/XSLT, Paul Tyson phtyson@x |
| Re: [xsl] How to create an XML/XSLT, Alan Painter alan.pa | Date | Re: [xsl] How to create an XML/XSLT, Roger L Costello cos |
| Month |