Paullo612 / mlfx

OpenJFX's FXML language AOT compler
Apache License 2.0
11 stars 0 forks source link

Handling of child properties with string values is broken #2

Closed Paullo612 closed 1 year ago

Paullo612 commented 1 year ago

Consider following fxml:

<?import io.github.paullo612.mlfx.compiler.test.Car?>
<?import io.github.paullo612.mlfx.compiler.test.Engine?>

<Car xmlns="http://javafx.com/javafx/19.0.0">
    <Engine>My cool engine</Engine>
</Car>

Engine property is not set to Car for some reason.