[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XML fragserver
- From: Daniel Veillard <veillard@redhat.com>
- To: XML-DEV <xml-dev@lists.xml.org>
- Date: Sat, 30 Jun 2001 06:03:34 -0400
[ posting it again, my subscription troubles should be fixed now ]
On Fri, Jun 29, 2001 at 01:42:37PM -0400, Arnaud Sahuguet wrote:
> Hi,
>
> Is anyone aware of some websites that provide XML fragment services?
Depends what you mean by XML Fragment
XML Fragment Interchange
http://www.w3.org/TR/xml-fragment
Then I remember seen an early implementation last summer
ok I found it:
"fragserver", an XML fragment server
Rick JELLIFFE
http://lists.xml.org/archives/xml-dev/200008/msg00377.html
If you mean the result of an XPointer Query to extract fragment(s)
of an XML resource t
XML Pointer
http://www.w3.org/TR/xptr
then this is usally done on the client (the fragment ID may not be sent
to the server). Multiple toolkits provide XPointer implementations (at
least 4XPointer, libxml and AxKit).
Actually if there is more, I'm interested in collecting references, both
for XML Fragment interchange and for XPointer.
Daniel
--
Daniel Veillard | Red Hat Network http://redhat.com/products/network/
veillard@redhat.com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
Sep 17-18 2001 Brussels Red Hat TechWorld http://www.redhat-techworld.com
- References:
- XML fragserver
- From: Arnaud Sahuguet <sahuguet@gradient.cis.upenn.edu>