-
I think there is a bug with the base URI handling in RAP - essentially it's
adding # sign at the end of the URI which makes it different from original
base URI used to load the document.
While it might be useful to do that when there are lots of concatenations
where you need to add hash sign to get local URI, it's not correct way to
doing this as it makes this URI different from what...
2008-08-15 17:25:40 UTC in RAP - RDF API for PHP
-
Yes, I have the same issue. Your fix seemed to solve the problem.
I've submitted a patch - maybe it'll speed-up the process:
http://sourceforge.net/tracker/index.php?func=detail&aid=2053455&group_id=63257&atid=503363.
2008-08-15 17:01:34 UTC in RAP - RDF API for PHP
-
Patch for Bug 1928579 (http://sourceforge.net/tracker/?func=add&group_id=63257&atid=503363)
Fix was provided by wdaniels.
2008-08-15 17:00:42 UTC in RAP - RDF API for PHP