import {fetch} from 'wix-fetch'; function parseRetsXml(xml) { const parser = new DOMParser(); const xmlDoc = parser.parseFromString(xml, "text/xml"); const retsNode = xmlDoc.getElementsByTagName("RETS")[0]; const replyCode = retsNode.getAttribute("ReplyCode"); const replyText = retsNode.getAttribute("ReplyText"); const loginUrl = retsNode.getAttribute("Login"); const searchUrl = retsNode.getAttribute("Search"); return { replyCode, replyText, loginUrl, searchUrl }; } async function searchMLS(xml, query) { const retsInfo = parseRetsXml(xml); const response = await fetch(retsInfo.searchUrl, { method: 'post', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: `search=${encodeURIComponent(query)}` }); const results = await response.json(); return results; } const xml = ' Broker = MemberName = 79190-RETSIDX James T Morrison MetadataVersion = 8.09.00001 MinMetadataVersion = 8.09.00001 User = 547029,NULL,NULL,NULL Login = http://rets.hawaiiinformation.com:6103/rets/login Logout = http://rets.hawaiiinformation.com:6103/rets/logout Search = http://rets.hawaiiinformation.com:6103/rets/search GetMetadata = http://rets.hawaiiinformation.com:6103/rets/getMetadata GetObject = http://rets.hawaiiinformation.com:6103/rets/getObject Balance = 0.01 TimeoutSeconds = 1800 '; const query = 'property type:Residential'; searchMLS(xml, query).then(results => { console.log(results); });
top of page
  • Writer's pictureJames T. Morrison R(S)

Hawaii loves Li Hing Mui


Many fun treats can be made with Li Hing Powder

Li hing mui, also known as "salty plum," is a popular seasoning and flavoring in Hawaiian cuisine. Its origins can be traced back to the early 20th century, when Chinese immigrants brought the dried plum, also known as a "li hing," to Hawaii. The plums were then mixed with a combination of salt, sugar, and other spices to create the distinct li hing mui flavor.

One of the most popular ways to enjoy li hing mui is in candy form. Local children especially love li hing mui gummi bears, which are made by infusing the gummi bear with the li hing mui flavor. The result is a sweet and salty treat that is loved by both adults and children alike.


Li hing mui crack seed is a popular snack in Hawaii made from dried plums (also known as Chinese prunes) that have been coated in a sweet and salty seasoning mixture that typically includes sugar, salt, and li hing powder. The crack seeds are often sold in small, resealable bags and are enjoyed as a sweet and savory snack or as a topping for ice cream and other desserts. They are also sometimes used as a seasoning for cocktails and other drinks.


Li Hing mui Crack Seed

Li hing mui is actualy a type of dried plum that is popular in Hawaiian cuisine. It is made from dried plums that are soaked in a brine solution made from sugar, salt, and licorice powder. The plums are then dried again and coated with a powder made from li hing mui seeds, which are dried, ground, and mixed with salt and sugar. Some manufacturers may also add additional ingredients such as food coloring or artificial flavors to enhance the flavor and appearance of the li hing mui.


Li hing mui has had a significant impact on Hawaiian culture and pop culture. The flavor is often associated with Hawaii and can be found in a variety of products, such as drinks, snacks, and even lip balm. It is also a common ingredient in traditional Hawaiian dishes, such as poke and poke bowls.



Today, li hing mui is still a popular flavor in Hawaii and can be found in a variety of products, from candy to ice cream. It has also gained popularity outside of Hawaii, with many mainlanders trying the flavor for the first time. The distinct sweet and salty taste continues to be enjoyed by people of all ages, and it is a flavor that will always be associated with the Aloha State.











5 WAYS HAWAII USES LI HING MUI

  1. Li Hing Mui is a popular seasoning used in Hawaiian cuisine. It is often used as a topping for poke bowls, shaved ice, and other traditional Hawaiian dishes.

  2. Li Hing Mui is also used as a flavoring for drinks such as li hing mui ice tea, li hing mui cocktails, and li hing mui lemonade.

  3. Li Hing Mui is also used as a marinade for meats and seafood, giving them a sweet and tangy flavor.

  4. Li Hing Mui is also used as a seasoning for snacks such as Li hing mui dried fruit, Li hing mui trail mix, and Li hing mui popcorn.

  5. Li Hing Mui is also used as a garnish for desserts such as Li hing mui ice cream, Li hing mui cheesecake, and Li hing mui macarons.


In conclusion, li hing mui is a unique and beloved flavor in Hawaiian cuisine with a history that dates back to the early 20th century. Its popularity has grown over the years and it has become a staple in Hawaiian culture. The sweet and salty taste of li hing mui is enjoyed by people of all ages and can be found in a variety of products, from candy to traditional Hawaiian dishes. It is a flavor that continues to be enjoyed by locals and visitors alike and will always be a part of the rich cultural heritage of Hawaii.

0 views0 comments
  • Facebook
  • Instagram
  • Yelp
bottom of page