<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Calling methods from other Java language programs in your .xdef files</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>Recent changes to Calling methods from other Java language programs in your .xdef files</description><atom:link href="https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%20methods%20from%20other%20Java%20language%20programs%20in%20your%20.xdef%20files/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 14 Jul 2023 12:47:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%20methods%20from%20other%20Java%20language%20programs%20in%20your%20.xdef%20files/feed" rel="self" type="application/rss+xml"/><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v35
+++ v36
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202305_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202301_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202306_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202301_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Fri, 14 Jul 2023 12:47:09 -0000</pubDate><guid>https://sourceforge.net1a476f1bdba4e13ba6a633289a9ac389cc57237c</guid></item><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v34
+++ v35
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202304_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202301_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202305_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202301_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Wed, 14 Jun 2023 12:31:55 -0000</pubDate><guid>https://sourceforge.net69484049711d7c94b1aa70e8f3a6d44f79d4a1fb</guid></item><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v33
+++ v34
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202303_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202301_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202304_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202301_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Wed, 17 May 2023 13:04:28 -0000</pubDate><guid>https://sourceforge.net8a45381050497f13f8f683d6a0e7f2acfb673c7b</guid></item><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v32
+++ v33
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202302_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202301_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202303_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202301_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Sat, 08 Apr 2023 17:21:13 -0000</pubDate><guid>https://sourceforge.net8a45e02699ed0c0b7d748bee987e2a16015a6fd6</guid></item><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v31
+++ v32
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202212_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202207_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202302_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202301_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Sun, 12 Mar 2023 15:35:45 -0000</pubDate><guid>https://sourceforge.netd9f5df411defa23ba4ff4eedce783a6190be0d77</guid></item><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v30
+++ v31
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202207_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202207_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202212_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202207_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Sun, 22 Jan 2023 17:54:03 -0000</pubDate><guid>https://sourceforge.nete5811b9371131c486e16923da0671c69dd9c8a95</guid></item><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v29
+++ v30
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202206_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202206_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202207_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202207_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Sun, 14 Aug 2022 18:24:02 -0000</pubDate><guid>https://sourceforge.net2e1739f6aa5d0dfe6d356c7e29e29e4c38e82fde</guid></item><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v28
+++ v29
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202205_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202205_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202206_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202206_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Mon, 11 Jul 2022 13:14:08 -0000</pubDate><guid>https://sourceforge.net4383680791826c058e0d028adebcd4052aff69bb</guid></item><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v27
+++ v28
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202204_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202204_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202205_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202205_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Sun, 19 Jun 2022 15:01:40 -0000</pubDate><guid>https://sourceforge.net0a99f379e592af029677331ad418e8189d10aca9</guid></item><item><title>Calling methods from other Java language programs in your .xdef files modified by Curt Selak</title><link>https://sourceforge.net/p/x-definition-beginner-xml/wiki/Calling%2520methods%2520from%2520other%2520Java%2520language%2520programs%2520in%2520your%2520.xdef%2520files/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v26
+++ v27
@@ -4,7 +4,7 @@

 The only two files we will need besides [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download) and the XML source files are [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar) and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class), also linked above leading up to the exclamation mark. The files should be saved in the same directory as your copy of [`xdef-beginner.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/xdef-beginner.jar/download). You still do not need to have the Java Developer's Kit (JDK) installed on your computer.

-In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBbasic_202204_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202204_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.
+In the general introduction, I briefly mentioned the British National Bibliography and the corresponding [download](https://www.bl.uk/bibliographic/downloads/BNBBasic_202204_rdf.zip) from the [British Library](https://www.bl.uk/collection-metadata/downloads). (I did not mention it throughout the tutorial because its XML markup can entail challenges not necessarily encountered elsewhere). Below, what we'll use instead is the British Library Integrated Catalogue, which although [downloadable](https://www.bl.uk/bibliographic/downloads/BLICBasicBooks_202204_rdf.zip) is really enormous. I'll furnish links to particular files extracted from the archive as we are going along, although I think that  downloading the whole thing is quite worth it.

 The following X-definition code can be saved as a file to the same directory as the [`Isbn.jar`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/Isbn.jar)  and [`IsbnInfo.class`](https://sourceforge.net/projects/x-definition-beginner-xml/files/java/IsbnInfo.class) files downloaded earlier:
 ```
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Curt Selak</dc:creator><pubDate>Thu, 19 May 2022 13:36:44 -0000</pubDate><guid>https://sourceforge.netf5f8cb98edc3fd40b425bad38d6d7c715d7def34</guid></item></channel></rss>