Skip to main content
added 36 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76

How might I create a function that converts between FullForm and a XML structuce?

Ultimately I'm ideally looking to use CSS and JS to edited the XML structure.

For example using jquery I might do something like $('Times Power').

Ideally I'm looking for the following code to export the following xml.

Times[a, Rational[1, -2], "test"] 

to

<?xml version="1.0" encoding="UTF-8"?> <Times> <Symbol>a</Symbol> <Rational> <Integer>1</Integer> <Integer>-2</Integer> </Rational> <String>test</String> </Times> 
  

How might I create a function that converts between FullForm and a XML structuce?

Ultimately I'm ideally looking to use CSS and JS to edited the XML structure.

For example using jquery I might do something like $('Times Power').

Ideally I'm looking for the following code to export the following xml.

Times[a, Rational[1, -2], "test"] 

to

<Times> <Symbol>a</Symbol> <Rational> <Integer>1</Integer> <Integer>-2</Integer> </Rational> <String>test</String> </Times> 
 

How might I create a function that converts between FullForm and a XML structuce?

Ultimately I'm ideally looking to use CSS and JS to edited the XML structure.

For example using jquery I might do something like $('Times Power').

Ideally I'm looking for the following code to export the following xml.

Times[a, Rational[1, -2], "test"] 

to

<?xml version="1.0" encoding="UTF-8"?> <Times> <Symbol>a</Symbol> <Rational> <Integer>1</Integer> <Integer>-2</Integer> </Rational> <String>test</String> </Times> 
 
added 7 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76

How might I create a function that converts between FullForm and a XML structuce?

Ultimately I'm ideally looking to use CSS and JS to edited the XML structure.

For example using jquery I might do something like $('Times Power').

Ideally I'm looking for the following code to export the following xml.

Times["test"Times[a, Power[aRational[1, -1]]2], "test"] 

to

<Times> <String>test<<Symbol>a</String>Symbol> <Rational> <Symbol>a<<Integer>1</Symbol>Integer> <Number><Integer>-1<2</Number>Integer> </Rational> <String>test</String> </Times> 

How might I create a function that converts between FullForm and a XML structuce?

Ultimately I'm ideally looking to use CSS and JS to edited the XML structure.

For example using jquery I might do something like $('Times Power').

Ideally I'm looking for the following code to export the following xml.

Times["test", Power[a, -1]] 

to

<Times> <String>test</String> <Rational> <Symbol>a</Symbol> <Number>-1</Number> </Times> 

How might I create a function that converts between FullForm and a XML structuce?

Ultimately I'm ideally looking to use CSS and JS to edited the XML structure.

For example using jquery I might do something like $('Times Power').

Ideally I'm looking for the following code to export the following xml.

Times[a, Rational[1, -2], "test"] 

to

<Times> <Symbol>a</Symbol> <Rational> <Integer>1</Integer> <Integer>-2</Integer> </Rational> <String>test</String> </Times> 
added 7 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76

How might I create a function that converts between FullForm and a XML structuce?

Ultimately I'm ideally looking to use CSS and JS to edited the XML structure.

For example using jquery I might do something like $('Times Power').

Ideally I'm looking for the following code to export the following xml.

Times[Rational[1Times["test", 2]Power[a, "test"]-1]] 

to

<Times> <Rational><String>test</String> <Rational>  <Number>1< <Symbol>a</Number>Symbol>   <Number>2<<Number>-1</Number>  </Rational> <String>test</String> <\Times>Times> 
  

How might I create a function that converts between FullForm and a XML structuce?

Ultimately I'm ideally looking to use CSS and JS to edited the XML structure.

For example using jquery I might do something like $('Times Power').

Ideally I'm looking for the following code to export the following xml.

Times[Rational[1, 2], "test"] 

to

<Times> <Rational> <Number>1</Number>   <Number>2</Number>  </Rational> <String>test</String> <\Times> 
 

How might I create a function that converts between FullForm and a XML structuce?

Ultimately I'm ideally looking to use CSS and JS to edited the XML structure.

For example using jquery I might do something like $('Times Power').

Ideally I'm looking for the following code to export the following xml.

Times["test", Power[a, -1]] 

to

<Times> <String>test</String> <Rational>   <Symbol>a</Symbol> <Number>-1</Number> </Times> 
 
deleted 408 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
added 144 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
added 111 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
deleted 1 character in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
added 15 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
added 221 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
deleted 380 characters in body; edited tags; edited title
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
added 122 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
added 35 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
added 10 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
added 52 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
deleted 95 characters in body
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading
Source Link
William
  • 7.7k
  • 2
  • 24
  • 76
Loading