Parent Directory
|
Revision Log
|
Patch
| revision 1.74 by wakaba, Fri Mar 21 09:18:40 2008 UTC | revision 1.75 by wakaba, Fri Mar 21 09:44:57 2008 UTC | |
|---|---|---|
| # | Line 245 $Element->{q<http://www.w3.org/1999/02/2 | Line 245 $Element->{q<http://www.w3.org/1999/02/2 |
| 245 | push @{$self->{return}->{rdf}}, [$item->{node}, $triple]; | push @{$self->{return}->{rdf}}, [$item->{node}, $triple]; |
| 246 | require Whatpm::RDFXML; | require Whatpm::RDFXML; |
| 247 | my $rdf = Whatpm::RDFXML->new; | my $rdf = Whatpm::RDFXML->new; |
| 248 | ## TODO: Should we make bnodeid unique in a document? | |
| 249 | $rdf->{onerror} = $self->{onerror}; | $rdf->{onerror} = $self->{onerror}; |
| 250 | $rdf->{ontriple} = sub { | $rdf->{ontriple} = sub { |
| 251 | my %opt = @_; | my %opt = @_; |
|
||||||||
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |