Flibbles,

Given xml tags act like custom html tags I would think it may be possible 
to use css and the display but it appears the correct way is xslt

https://www.w3schools.com/xml/tryxslt.asp?xmlfile=cdcatalog&xsltfile=cdcatalog


<breakfast_menu>
<food>
    <name>Belgian Waffles</name>
    <price>$5.95</price>
    <description>
   Two of our famous Belgian Waffles with plenty of real maple syrup
   </description>
    <calories>650</calories>
</food>
<food>
    <name>Strawberry Belgian Waffles</name>
    <price>$7.95</price>
    <description>
    Light Belgian waffles covered with strawberries and whipped cream
    </description>
    <calories>900</calories>
</food>
<food>
    <name>Berry-Berry Belgian Waffles</name>
    <price>$8.95</price>
    <description>
    Belgian waffles covered with assorted fresh berries and whipped cream
    </description>
    <calories>900</calories>
</food>
<food>
    <name>French Toast</name>
    <price>$4.50</price>
    <description>
    Thick slices made from our homemade sourdough bread
    </description>
    <calories>600</calories>
</food>
<food>
    <name>Homestyle Breakfast</name>
    <price>$6.95</price>
    <description>
    Two eggs, bacon or sausage, toast, and our ever-popular hash browns
    </description>
    <calories>950</calories>
</food>
</breakfast_menu>
source https://www.w3schools.com/xml/default.asp

Also there is some codemirror or highlight support for XML

Regards
Tony

On Tuesday, April 28, 2020 at 10:54:33 AM UTC+10, TonyM wrote:
>
> Flibbles,
>
> It really depends on what features and functions you want to achieve with 
> XML. The closest comprehensive solution is 
> https://joshuafontany.github.io/TW5-JsonMangler/ but this is for JSON.
>
>    - There has also being work on pulling tags and tag values from html 
>    which would be very similar to some XML cases.
>    - I think there may even have being an XML editor written but I cant 
>    find it.
>    - There is also a level of support already through html tag mechanisms.
>    - We would benefit from some widgets and filter operators to 
>    interrogate and write XML but this would be good if it were more general 
>    allowing us to manipulate any htm/xml in tiddlers.
>
>
> Regards
> tony
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4d6b6548-32d4-45c7-b22a-6559f0928bc4%40googlegroups.com.

Reply via email to