Home | History | Annotate | Download | only in scripts_rss

Lines Matching full:feed

8 == Feed Manipulation ==
10 To do feed manipulation, like creating a feed, adding a entry to a feed, querying
11 for attribute values in a feed, or changing attribute values in a feed, look at
14 == Feed Publishing ==
16 To publish a feed, use a script similar to feedPublish.sh (and .xml).
18 == Feed Validation ==
20 To validate a feed against the latest schema, you can use one of two EMF-based ant tasks.
22 In the Dynamic case, the schema is used to validate the feed xml; in the Generated case, the
24 validation code, which is then used to validate the feed xml. Because the two techniques yield
25 slightly different error messages when validating invalid feed data, they are both provided for
30 == Feed Watching (And Response) ==
32 To watch a feed for changes or the appearance of specific attribute values (like
37 a feed change. You can customize the response to suit your needs.