Group Abstract Group Abstract

Message Boards Message Boards

2
|
10.6K Views
|
4 Replies
|
5 Total Likes
View groups...
Share
Share this post:

Documentation for XML template tags

Posted 11 years ago

I've been searching the documentation of Mathematica for information on XML template tags, and I've searched the internet for examples and demonstrations, but I haven't found any. Where can I find information about XML template tags?

For example I learned from this question about id=\"SequenceIndex\"/> but where is SequenceIndex documented? And where is it even said that "id" specifies the slot name?

I know of these examples already.

POSTED BY: Calle E
4 Replies
Posted 11 years ago
POSTED BY: Calle E
POSTED BY: Sean Clarke
Posted 11 years ago

Well, it was a poor example. What about the keyword "SequenceIndex", is this also commonly used in XML?

I should have mentioned that I had found that documentation but I found that as well to be terser than what I'd ideally have. Maybe if SequenceIndex is the only thing that isn't documented it would be ok, but it leaves you wondering what else you might be missing.

POSTED BY: Calle E

The documentation for the XML templating language is here:

http://reference.wolfram.com/language/guide/XMLTemplates.html

The "id" attribute is just part of XML and the value of "id" is just some name the coder decided to give tag. It's not something special in the Wolfram Language's XML templating language. So there's no documentation for it. "id" is the same here as it is in the rest of XML, it's basically just a way to reference a certain tag. If you aren't sure what it is, ignore it for now.

POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard