Difference between revisions of "NXSL:GetCustomAttribute"

Line 22: Line 22:
== Examples ==
== Examples ==


  GetCustomAttribute($node, "my_attribute") -> "my value"
  GetCustomAttribute($node, "my_attribute") -> "my value"
  GetCustomAttribute($node, "bad_attribute_name") -> NULL
  GetCustomAttribute($node, "bad_attribute_name") -> NULL
683

edits