summaryrefslogtreecommitdiff
path: root/src/raptor_sax2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/raptor_sax2.c')
-rw-r--r--src/raptor_sax2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raptor_sax2.c b/src/raptor_sax2.c
index 02ceb3dd..33456462 100644
--- a/src/raptor_sax2.c
+++ b/src/raptor_sax2.c
@@ -879,8 +879,8 @@ raptor_sax2_start_element(void* user_data, const unsigned char *name,
raptor_uri* base_uri;
raptor_uri* xuri;
base_uri = raptor_sax2_inscope_base_uri(sax2);
- xuri = raptor_new_uri_relative_to_base_v2(sax2->world, base_uri, atts[i+1]);
- xml_base = raptor_new_uri_for_xmlbase_v2(sax2->world, xuri);
+ xuri = raptor_new_uri_relative_to_base(sax2->world, base_uri, atts[i+1]);
+ xml_base = raptor_new_uri_for_xmlbase(sax2->world, xuri);
raptor_free_uri_v2(sax2->world, xuri);
}