X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Forg%2Fmarc4j%2FConstants.java;h=363a634ae6e359071f69681e3cbe775c86752918;hb=a56ec42e371cfd6b72926be4de8ae3c7b41b4d6c;hp=312e4409e06b4d2a0a2b0723ced68425c8217edc;hpb=04c67d9769e6e18b1f454999252d5959041adbfc;p=marc4j.git diff --git a/src/org/marc4j/Constants.java b/src/org/marc4j/Constants.java index 312e440..363a634 100644 --- a/src/org/marc4j/Constants.java +++ b/src/org/marc4j/Constants.java @@ -42,11 +42,7 @@ public class Constants { /** BLANK */ public static final int BLANK = 0x0020; - - /** NS URI */ - public static final String MARCXML_NS_URI = "http://www.loc.gov/MARC21/slim"; - public static final String TURBO_MARCXML_NS_URI = "http://www.indexdata.com/turbomarc"; - + /** MARC-8 ANSEL ENCODING **/ public static final String MARC_8_ENCODING = "MARC8";