Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the infrastructure is ready, you might want to upload your XSLT style sheets to a web server. You can easily construct a URL in such case:

Code Block

URL url = new URL("http://...");

We recommend that you externalize all your URLs (or any strings, for that matter).