DTD – Entities

  • Post author:
  • Post category:DTD
  • Post comments:0 Comments

Entities are used to define shortcuts to special characters within the XML documents. Entities can be primarily of four types − Built-in entitiesCharacter entitiesGeneral entitiesParameter entities Entity Declaration Syntax In…

Continue ReadingDTD – Entities

DTD – Components

  • Post author:
  • Post category:DTD
  • Post comments:0 Comments

This chapter will discuss about XML Components from DTD perspective. A DTD will basically contain declarations of the following XML components − ElementAttributesEntities Elements XML elements can be defined as…

Continue ReadingDTD – Components

AIML – Tag

  • Post author:
  • Post category:AIML
  • Post comments:0 Comments

<condition> Tag is similar to switch statements in programming language. It helps ALICE to respond to the matching input. Syntax <condition name = "variable-name" value = "variable-value"/> For example, consider the…

Continue ReadingAIML – Tag

AIML – Tag

  • Post author:
  • Post category:AIML
  • Post comments:0 Comments

<think> Tag is used in AIML to store a variable without notifying the user. Syntax Store a value using <think> tag <think> <set name = "variable-name"> variable-value </set> </think> For example,…

Continue ReadingAIML – Tag

AIML – Tag

  • Post author:
  • Post category:AIML
  • Post comments:0 Comments

<topic> Tag is used in AIML to store a context so that later conversation can be done based on that context. Usually, <topic> tag is used in Yes/No type conversation. It helps AIML to…

Continue ReadingAIML – Tag