oozcitak / xmlbuilder-js

An XML builder for node.js
MIT License
918 stars 107 forks source link

Trouble creating element #236

Closed EstesE closed 4 years ago

EstesE commented 4 years ago

How would one create an element like

<video:video></video:video>

When I try

myXML.ele('video:video');

I get the following error:

This page contains the following errors: error on line 1 at column 329: Namespace prefix video on video is not defined Below is a rendering of the page up to the first error.

oozcitak commented 4 years ago

I don't think this is related to xmlbuilder. Can you post more of your code?

EstesE commented 4 years ago

You were correct. I apologize. It was an issue elsewhere in my code.