Jump to content

Tag Creation In Xml


Guest mohansingh

Recommended Posts

You... um... write it out? I mean, have you read the XML tutorial?Here's an XML tag:

<tagInXML></tagInXML>

Here's another one (which you know from XHTML):

<img />

Here's a third one (in SVG):

<circle></circle>

What exactly you want to create from the tag? Actually define it's appearance/function? You'll need another language for that, but depending on what you want your tag to "do", there would be different means of acomplishing it. XML tags alone don't "do" anything.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...