XML`
XML`

ExpressionToSymbolicExpressionML

ExpressionToSymbolicExpressionML[expr]

converts expr to ExpressionML and returns the corresponding SymbolicXML.

更多信息和选项

  • To use ExpressionToSymbolicExpressionML, you first need to load the XML Package using Needs["XML`"].
  • The following options can be given:
  • "Annotations"{"XMLDeclaration", "DOCTYPEDeclaration", "DocumentHeader"}annotations to add to the output (acceptable values are combinations of "DocumentHeader", "XMLDeclaration", and "DOCTYPEDeclaration")

范例

基本范例  (1)